Visual Servoing Platform version 3.5.0
AppDelegate.h
1#ifndef DOXYGEN_SHOULD_SKIP_THIS
2
3#import <UIKit/UIKit.h>
4
5@interface AppDelegate : UIResponder <UIApplicationDelegate>
6
7@property(strong, nonatomic) UIWindow *window;
8
9@end
10
11#endif