File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export interface MessageMediaTemplateContent {
4242
4343export interface ShareCallbackResult {
4444 android ?: any ; // com.facebook.share.Sharer.Result
45- ios ?: any ; //(NSDictionary * ) The results from the sharer. This may be nil or empty.
45+ ios ?: any ; // (NSDictionary * ) The results from the sharer. This may be nil or empty.
4646}
4747
4848export type ShareCallbackFunction = ( error : Error | null , result ?: ShareCallbackResult | null ) => void ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export interface MessageMediaTemplateContent {
4242
4343export interface ShareCallbackResult {
4444 android ?: any ; // com.facebook.share.Sharer.Result
45- ios ?: any ; //(NSDictionary * ) The results from the sharer. This may be nil or empty.
45+ ios ?: any ; // (NSDictionary * ) The results from the sharer. This may be nil or empty.
4646}
4747
4848export type ShareCallbackFunction = ( error : Error | null , result ?: ShareCallbackResult | null ) => void ;
You can’t perform that action at this time.
0 commit comments