Pass authtoken in from user, and add a wrapper for web UI on Mac.
This commit is contained in:
11
ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/Dock.h
Normal file
11
ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/Dock.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Dock : NSObject {
|
||||
|
||||
}
|
||||
- (void) setBadge:(NSString*)value;
|
||||
- (NSString *) badge;
|
||||
|
||||
@property (readwrite, copy) NSString *badge;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user