Add forward declaration for 10.12 API
This commit is contained in:
parent
bfe63d7a88
commit
458e4be77c
1 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,15 @@ static const NSTouchBarItemIdentifier NSTouchBarItemIdentifierOtherItemsProxy =
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface NSSegmentedControl (TouchBarSDK)
|
||||||
|
|
||||||
|
+ (instancetype)segmentedControlWithLabels:(NSArray*)labels
|
||||||
|
trackingMode:(NSSegmentSwitchTracking)trackingMode
|
||||||
|
target:(id)target
|
||||||
|
action:(SEL)action;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
@protocol NSTouchBarDelegate<NSObject>
|
@protocol NSTouchBarDelegate<NSObject>
|
||||||
|
|
||||||
@optional
|
@optional
|
||||||
|
|
Loading…
Reference in a new issue