mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Make NSExtensionRequest conform to protocol
This commit is contained in:
parent
73bcd161cc
commit
3d9598e2a0
4 changed files with 6 additions and 33 deletions
|
@ -33,7 +33,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
@interface NSExtensionRequestHandling : NSObject
|
||||
@class NSExtensionContext;
|
||||
|
||||
@protocol NSExtensionRequestHandling <NSObject>
|
||||
|
||||
- (void) beginRequestWithExtensionContext: (NSExtensionContext *)context;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue