File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ extension RNIContextMenuButtonContent: RNIContentViewDelegate {
396396 sender: RNIContentViewParentDelegate ,
397397 forCommandName commandName: String ,
398398 withCommandArguments commandArguments: NSDictionary ,
399- resolve resolveBlock: ( NSDictionary ) -> Void ,
400- reject rejectBlock: ( String ) -> Void
399+ resolve resolveBlock: @escaping RNIContentView . PromiseCompletionBlock ,
400+ reject rejectBlock: @escaping RNIContentView . PromiseRejectionBlock
401401 ) {
402402
403403 do {
Original file line number Diff line number Diff line change @@ -705,8 +705,8 @@ extension RNIContextMenuViewContent: RNIContentViewDelegate {
705705 sender: RNIContentViewParentDelegate ,
706706 forCommandName commandName: String ,
707707 withCommandArguments commandArguments: NSDictionary ,
708- resolve resolveBlock: ( NSDictionary ) -> Void ,
709- reject rejectBlock: ( String ) -> Void
708+ resolve resolveBlock: @escaping RNIContentView . PromiseCompletionBlock ,
709+ reject rejectBlock: @escaping RNIContentView . PromiseRejectionBlock
710710 ) {
711711
712712 do {
You can’t perform that action at this time.
0 commit comments