ZeroTierOne/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/App.h
2015-05-08 12:35:41 -07:00

21 lines
382 B
Objective-C

#import <Foundation/Foundation.h>
#import "WindowController.h"
@interface App : NSObject {
}
@property (nonatomic, retain) WebView *webView;
- (id) initWithWebView:(WebView *)view;
- (void) terminate;
- (void) activate;
- (void) hide;
- (void) unhide;
- (void) beep;
- (void) bounce;
- (void) setCustomUserAgent:(NSString *)userAgentString;
- (NSNumber*) systemIdleTime;
@end