Untitled diff
1 removal
Words removed | 1 |
Total words | 43 |
Words removed (%) | 2.33 |
10 lines
1 addition
Words added | 1 |
Total words | 43 |
Words added (%) | 2.33 |
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