luxlabs header browser preview


@class REMList;

@interface REMListSectionContext : NSObject

@property (retain, nonatomic) REMList *list;
@property (readonly, nonatomic) BOOL hasSections;

- (id)initWithList:(id)a0;
- (void).cxx_destruct;

@end