mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
9 lines
241 B
Objective-C
9 lines
241 B
Objective-C
// Sources/SubcodecObjC/include/SubcodecObjC.h
|
|
#import <Foundation/Foundation.h>
|
|
#import "SCDecodedFrame.h"
|
|
#import "SCSprite.h"
|
|
#import "SCDecoding.h"
|
|
#import "SCOpenH264Decoder.h"
|
|
#import "SCMuxSurface.h"
|
|
#import "SCVideoToolboxDecoder.h"
|