luxlabs header browser preview


@class UIImage, NSDictionary;

@interface _UISupplementalItem : NSObject <NSCopying, NSSecureCoding> {
    id _internal;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic, getter=_identifier) unsigned long long identifier;
@property (copy, nonatomic) UIImage *icon;
@property (copy, nonatomic) NSDictionary *userInfo;

+ (id)_uiSupplementalItemWithTISupplementalItem:(id)a0 icon:(id)a1;

- (id)_init;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end