@class NSString; @interface CMIOExtensionSample : NSObject { struct opaqueCMSampleBuffer { } *_sampleBuffer; unsigned int _mediaType; NSString *_description; } @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) struct opaqueCMSampleBuffer { } *sampleBuffer; @property (readonly) unsigned int mediaType; + (id)sampleWithCMSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)initWithXPCDictionary:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)copyXPCDictionary; - (id)initWithCMSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0; @end