Untitled diff

Created Diff never expires
1 removal
10 lines
1 addition
10 lines
SWIFT_CLASS("_TtC17My_Finder_Sync10FinderSync")
SWIFT_CLASS_NAMED("FinderSync")
@interface FinderSync : FIFinderSync
@interface FinderSync : FIFinderSync
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (void)requestBadgeIdentifierForURL:(NSURL * _Nonnull)url;
- (void)requestBadgeIdentifierForURL:(NSURL * _Nonnull)url;
@property (nonatomic, readonly, copy) NSString * _Nonnull toolbarItemName;
@property (nonatomic, readonly, copy) NSString * _Nonnull toolbarItemName;
@property (nonatomic, readonly, strong) NSImage * _Nonnull toolbarItemImage;
@property (nonatomic, readonly, strong) NSImage * _Nonnull toolbarItemImage;
@property (nonatomic, readonly, copy) NSString * _Nonnull toolbarItemToolTip;
@property (nonatomic, readonly, copy) NSString * _Nonnull toolbarItemToolTip;
- (NSMenu * _Nullable)menuForMenuKind:(FIMenuKind)menu SWIFT_WARN_UNUSED_RESULT;
- (NSMenu * _Nullable)menuForMenuKind:(FIMenuKind)menu SWIFT_WARN_UNUSED_RESULT;
@end
@end