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