luxlabs header browser preview


@class NSString, NSMutableDictionary;

@interface SUViewControllerContext : NSObject <NSSecureCoding> {
    NSMutableDictionary *_metadata;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSString *sectionIdentifier;
@property (nonatomic) long long type;

- (void)dealloc;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (id)initWithCoder:(id)a0;
- (void)setValue:(id)a0 forMetadataKey:(id)a1;
- (id)valueForMetadataKey:(id)a0;
- (id)_typeStringForType:(long long)a0;
- (long long)_typeForTypeString:(id)a0;
- (id)copyViewController;

@end