This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/Dock.h

12 lines
181 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
@interface Dock : NSObject {
}
- (void) setBadge:(NSString*)value;
- (NSString *) badge;
@property (readwrite, copy) NSString *badge;
@end