@class NSString; @interface RTCSecureHierarchyToken : NSObject <NSSecureCoding, NSCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) NSString *token; @property (nonatomic) int level; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithToken:(id)a0 level:(int)a1; @end