RawEEGServoTab_Interfacepyramid
Last change
on this file since ab9d63b was
ab9d63b,
checked in by Jonathon Horsman <jonathon@…>, 9 years ago
|
Initial check in to convert into a 4 tab app with tutorial, flight, advanced and support tabs.
Old controller code remains for now but about to be removed
|
-
Property mode set to
100644
|
File size:
540 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | #import <UIKit/UIKit.h> |
---|
13 | #import "SignalConverter.h" |
---|
14 | |
---|
15 | @interface AppDelegate : UIResponder <UIApplicationDelegate> |
---|
16 | |
---|
17 | @property (strong, nonatomic) UIWindow *window; |
---|
18 | |
---|
19 | @property (nonatomic, retain) SignalConverter *signalConverter; |
---|
20 | |
---|
21 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.