#import #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import #import //#import #import #import #import #import #import #import #import #import #import "ImageView.h" @interface PrefsView : UIView { UIPreferencesTable *_prefstable; UINavigationBar *_navbar; UIPreferencesControlTableCell* _migicell; UIPreferencesControlTableCell* _scalecell; UIPreferencesControlTableCell* _sliderigntcell; UIPreferencesControlTableCell* _reloadscreencell; UIPreferencesTextTableCell* _scrollspeedcell; UIPreferencesTextTableCell* _maxscalecell; UIPreferencesControlTableCell* _leftbtncell; UIPreferencesTextTableCell* _buttonsizecell; UIPreferencesControlTableCell* _isnextzip; UIPreferencesControlTableCell* _gravitycell; UIPreferencesControlTableCell* _buttoncell; UIPreferencesControlTableCell* _swipecell; UIPreferencesControlTableCell* _soundcell; UIPreferencesTextTableCell* _rotationcell; // UISegmentedControl* _segCtrl; // UIPreferencesTextTableCell* _segCell; id _delegate; } -(id)initWithFrame:(struct CGRect)frame; - (void)setDelegate : (id) dele; @end