@class NSString; @interface DYGTCAMetalLayerInfo : NSObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) unsigned long long deviceAddress; @property (nonatomic) unsigned long long deviceStreamRef; @property (nonatomic) unsigned long long layerAddress; @property (nonatomic) unsigned long long layerStreamRef; @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } frame; @property (copy, nonatomic) NSString *name; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end