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