Pass authtoken in from user, and add a wrapper for web UI on Mac.
This commit is contained in:
18
ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/Command.h
Executable file
18
ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/Command.h
Executable file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Command.h
|
||||
// MacGap
|
||||
//
|
||||
// Created by Joe Hildebrand on 1/10/12.
|
||||
// Copyright (c) 2012 Twitter. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Webkit/WebScriptObject.h>
|
||||
|
||||
@interface Command : NSObject {
|
||||
JSContextRef context;
|
||||
}
|
||||
|
||||
- (id) initWithContext:(JSContextRef)aContext;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user