luxlabs header browser preview


@class SUUIClientContext, NSString, SUUIPinnedFooterView, NSIndexPath, UITableView;
@protocol SUUIRedeemIdManagerDelegate;

@interface SUUIRedeemIdManager : NSObject <SUUIRedeemIdTableViewCellDelegate, UITableViewDelegate, UITableViewDataSource>

@property (retain, nonatomic) SUUIClientContext *clientContext;
@property (retain, nonatomic) NSIndexPath *activeIndexPath;
@property (retain, nonatomic) SUUIPinnedFooterView *pinnedFooterView;
@property (weak, nonatomic) id<SUUIRedeemIdManagerDelegate> delegate;
@property (retain, nonatomic) UITableView *tableView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (long long)numberOfSectionsInTableView:(id)a0;
- (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1;
- (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1;
- (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1;
- (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1;
- (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1;
- (void).cxx_destruct;
- (long long)_numberOfRowsInSection:(long long)a0;
- (double)tableView:(id)a0 heightForFooterInSection:(long long)a1;
- (id)tableView:(id)a0 titleForFooterInSection:(long long)a1;
- (id)tableView:(id)a0 viewForFooterInSection:(long long)a1;
- (id)_nextIndexPath:(id)a0;
- (void)redeemIdCell:(id)a0 didReturnWithText:(id)a1;
- (long long)_autoCapitalizationTypeForIndexPath:(id)a0;
- (id)_disclosureAttributedString;
- (double)_heightForDisclosureFooter;
- (long long)_keyboardTypeForIndexPath:(id)a0;
- (id)_pcLinkString;
- (id)_placeholderTextForIndexPath:(id)a0;
- (id)_regulationsLinkString;
- (long long)_returnKeyTypeForIndexPath:(id)a0;
- (double)_tableViewNonFooterContentHeight;
- (void)dismissActiveCell;
- (void)handleNextPressed;
- (id)initWithClientContext:(id)a0;
- (void)redeemIdCell:(id)a0 didChangeToText:(id)a1;
- (void)setFooterHidden:(BOOL)a0;

@end