mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-26 14:19:51 +00:00
12 lines
181 B
C
12 lines
181 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface Dock : NSObject {
|
||
|
|
||
|
}
|
||
|
- (void) setBadge:(NSString*)value;
|
||
|
- (NSString *) badge;
|
||
|
|
||
|
@property (readwrite, copy) NSString *badge;
|
||
|
|
||
|
@end
|