Changeset ab9d63b in orbit for iOS/Orbit/Orbit/AppDelegate.h
- Timestamp:
- 07/15/13 18:04:05 (9 years ago)
- Branches:
- master, RawEEG, Servo, Tab_Interface, pyramid
- Children:
- 9015b1e
- Parents:
- d6fbdfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/AppDelegate.h
r067ea71 rab9d63b 11 11 12 12 #import <UIKit/UIKit.h> 13 #import "SignalConverter.h" 13 14 14 15 @interface AppDelegate : UIResponder <UIApplicationDelegate> … … 16 17 @property (strong, nonatomic) UIWindow *window; 17 18 19 @property (nonatomic, retain) SignalConverter *signalConverter; 20 18 21 @end
Note: See TracChangeset
for help on using the changeset viewer.