luxlabs header browser preview


@class MUPlaceSectionFooterViewModel, NSArray, MUPlaceSectionHeaderViewModel, MUPlaceCallToActionAppearance, UIView, NSString, UIViewController;
@protocol MUInfoCardAnalyticsDelegate;

@interface MUPlaceViewControllerSectionController : MUPlaceSectionController <MUPlaceSectionControlling> {
    UIViewController *_viewController;
}

@property (readonly, nonatomic) BOOL hasContent;
@property (readonly, nonatomic) UIView *sectionView;
@property (readonly, nonatomic) NSArray *sectionViews;
@property (readonly, nonatomic) MUPlaceSectionHeaderViewModel *sectionHeaderViewModel;
@property (readonly, nonatomic) MUPlaceSectionFooterViewModel *sectionFooterViewModel;
@property (retain, nonatomic) MUPlaceCallToActionAppearance *submissionStatus;
@property (nonatomic, getter=isActive) BOOL active;
@property (weak, nonatomic) id<MUInfoCardAnalyticsDelegate> analyticsDelegate;
@property (readonly, nonatomic) UIViewController *sectionViewController;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;
- (id)initWithMapItem:(id)a0 viewController:(id)a1;
- (BOOL)isImpressionable;

@end