#import #import "ObjectInspectorComponent.h" #import "HorizontalPickerDelegate.h" @interface MarkerInspector : UIViewController { @private __weak IBOutlet UIButton *plusBtn; __weak IBOutlet UIButton *minusBtn; __weak IBOutlet UILabel *sizeLabel; } - (void) setROOTObjectController : (ROOTObjectController *)c; - (void) setROOTObject : (TObject *)o; - (NSString *) getComponentName; - (IBAction) plusPressed; - (IBAction) minusPressed; @end