luxlabs header browser preview


@class UIColor;

@interface SharedWithYou.CommunicationControl : UIControl {
    void /* unknown type, empty encoding */ touchUpInsideActionIdentifier;
    void /* unknown type, empty encoding */ communicationChannel;
    void /* unknown type, empty encoding */ contentView;
    void /* unknown type, empty encoding */ imageView;
    void /* unknown type, empty encoding */ sBehaviors;
    void /* unknown type, empty encoding */ menu;
    void /* unknown type, empty encoding */ enablementLock;
    void /* unknown type, empty encoding */ tintLock;
}

@property (nonatomic, readonly) struct CGSize { double x0; double x1; } intrinsicContentSize;
@property (nonatomic, readonly) void /* unknown type, empty encoding */ label;
@property (nonatomic) BOOL enabled;
@property (nonatomic, retain) UIColor *tintColor;

- (void)traitCollectionDidChange:(id)a0;
- (void)tintColorDidChange;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (id)contextMenuInteraction:(id)a0 configurationForMenuAtLocation:(struct CGPoint { double x0; double x1; })a1;
- (BOOL)isEnabled;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;

@end