Visual Servoing Platform  version 3.2.0 under development (2019-01-22)
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