Visual Servoing Platform  version 3.0.1 under development (2016-09-30)
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
AppDelegate.h
1 //
2 // AppDelegate.h
3 // StartedImageProc
4 //
5 // Created by Fabien Spindler on 28/09/2016.
6 // Copyright © 2016 MyOrganization. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface AppDelegate : UIResponder <UIApplicationDelegate>
12 
13 @property (strong, nonatomic) UIWindow *window;
14 
15 
16 @end
17 
UIWindow * window
Definition: AppDelegate.h:13