Ricardo Quesada de3de39f57 Sample works with the new v3.2 API
Updates API in samples

Adds iOS and Mac projects. Convient Xcode project to test
the sample really easy.
2014-07-31 12:53:37 -07:00

13 lines
214 B
Objective-C

#import <UIKit/UIKit.h>
@class RootViewController;
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property(nonatomic, readonly) RootViewController* viewController;
@end