luxlabs header browser preview


@class NSString;

@interface HUCameraSettingsModuleController : HUItemModuleController <UITextViewDelegate>

@property (nonatomic) BOOL useProxSetupPresentationStyle;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)setHost:(id)a0;
- (id)initWithModule:(id)a0;
- (BOOL)canSelectItem:(id)a0;
- (unsigned long long)didSelectItem:(id)a0;
- (BOOL)canSelectDisabledItem:(id)a0;
- (Class)cellClassForItem:(id)a0;
- (void)setupCell:(id)a0 forItem:(id)a1;
- (void)updateCell:(id)a0 forItem:(id)a1 animated:(BOOL)a2;
- (void)viewSizeDidChanged;

@end