Visual Servoing Platform version 3.5.0
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