luxlabs header browser preview


@class NSArray, NSMutableOrderedSet;

@interface UIPasteConfiguration : NSObject <NSSecureCoding, NSCopying> {
    NSMutableOrderedSet *_acceptableTypes;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (copy, nonatomic) NSArray *acceptableTypes;
@property (copy, nonatomic) NSArray *acceptableTypeIdentifiers;

+ (id)_pasteConfigurationForAcceptingClasses:(id)a0;
+ (id)pasteConfigurationForAcceptingClasses:(id)a0;
+ (id)pasteConfigurationWithAcceptableTypes:(id)a0;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)acceptableTypes;
- (id)acceptableTypeIdentifiers;
- (void)addAcceptableTypeIdentifiers:(id)a0;
- (void)addTypeIdentifiersForAcceptingClass:(Class)a0;
- (id)initWithAcceptableTypeIdentifiers:(id)a0;
- (id)initWithAcceptableTypes:(id)a0;
- (id)initWithTypeIdentifiersForAcceptingClass:(Class)a0;
- (void)setAcceptableTypeIdentifiers:(id)a0;
- (void)setAcceptableTypes:(id)a0;

@end