summaryrefslogtreecommitdiff
path: root/ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h
blob: 65d6b6d48ef502c4036bc81dfd628061a513053b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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