// Sources/SubcodecObjC/include/SCDecoding.h #import #import "SCDecodedFrame.h" NS_ASSUME_NONNULL_BEGIN @protocol SCDecoding + (nullable id)createDecoderWithError:(NSError **)error; - (nullable NSArray *)decodeStream:(NSData *)data error:(NSError **)error; @end NS_ASSUME_NONNULL_END