Visual Servoing Platform  version 3.6.1 under development (2024-04-29)
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