Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 8c86774a3e53d77cc119f53a2b94a57a > files > 269

root-tutorial-5.34.14-2.fc18.noarch.rpm

#import "ObjectInspectorComponent.h"

//
//A very simple object inspector with a picker view to select an error type.
//One of two tabs inside an H1Inspector's view.
//

@interface H1ErrorsInspector : UIViewController <UIPickerViewDelegate, UIPickerViewDataSource, ObjectInspectorComponent>

- (void) setObjectController : (ObjectViewController *) c;
- (void) setObject : (TObject *) o;

@end