Visual Servoing Platform  version 3.6.1 under development (2024-04-29)
ViewController.h
1 #import <UIKit/UIKit.h>
2 
3 #ifndef DOXYGEN_SHOULD_SKIP_THIS
4 
5 @interface ViewController : UIViewController
6 
7 @property(nonatomic, strong) UIImageView *myImageView;
8 
9 @end
10 
11 #endif