luxlabs header browser preview


@class NSString;

@interface GameCenterUI.GKDashboardShowMoreFooterView : UICollectionReusableView {
    void /* unknown type, empty encoding */ label;
    void /* unknown type, empty encoding */ actionHandler;
    void /* unknown type, empty encoding */ showMoreText;
}

@property (nonatomic, copy) id /* block */ actionHandler;
@property (nonatomic, copy) NSString *showMoreText;
@property (nonatomic, readonly) BOOL canBecomeFocused;

- (void)pressesEnded:(id)a0 withEvent:(id)a1;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)didTap:(id)a0;
- (void).cxx_destruct;
- (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1;
- (void)layoutSubviews;
- (id)initWithCoder:(id)a0;

@end