Fix duplicate protocol method declaration
This commit is contained in:
parent
d7f458d232
commit
4f31a5c452
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ static const NSTouchBarItemIdentifier NSTouchBarItemIdentifierOtherItemsProxy =
|
|||
@protocol NSScrubberDataSource<NSObject>
|
||||
|
||||
- (NSInteger)numberOfItemsForScrubber:(NSScrubber *)scrubber;
|
||||
- (NSInteger)numberOfItemsForScrubber:(NSScrubber *)scrubber;
|
||||
- (__kindof NSScrubberItemView *)scrubber:(NSScrubber *)scrubber
|
||||
viewForItemAtIndex:(NSInteger)index;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue