diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 14:46:42 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 14:46:42 -0700 |
commit | cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53 (patch) | |
tree | c5293dd426c821ef02c122115630eaf1eccc88b6 /ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h | |
parent | 196d96cfa7e24891bd1954e6ed734567e3944279 (diff) | |
download | infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.tar.gz infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.zip |
RedHat stuff and cleanup.
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h')
-rwxr-xr-x | ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h b/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h deleted file mode 100755 index 65d6b6d4..00000000 --- a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// 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 |