mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
Add NSScrubberSelectionStyle
This commit is contained in:
parent
4bb6117f35
commit
ab3f1f7803
@ -56,4 +56,16 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSScrubberSelectionStyle
|
||||
|
||||
- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector
|
||||
{
|
||||
return [NSMethodSignature signatureWithObjCTypes: "v@:"];
|
||||
}
|
||||
|
||||
- (void)forwardInvocation:(NSInvocation *)anInvocation
|
||||
{
|
||||
NSLog(@"Stub called: %@ in %@", NSStringFromSelector([anInvocation selector]), [self class]);
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -30,3 +30,6 @@
|
||||
|
||||
@interface NSScrubberProportionalLayout : NSScrubberLayout
|
||||
@end
|
||||
|
||||
@interface NSScrubberSelectionStyle : NSObject <NSCoding>
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user