Nagram/TMessagesProj/jni/tgcalls/platform/darwin/TGRTCCVPixelBuffer.h
2020-08-14 19:58:22 +03:00

13 lines
228 B
Objective-C

#ifndef TGRTCCVPIXELBUFFER_H
#define TGRTCCVPIXELBUFFER_H
#import "components/video_frame_buffer/RTCCVPixelBuffer.h"
@interface TGRTCCVPixelBuffer : RTCCVPixelBuffer
@property (nonatomic) bool shouldBeMirrored;
@end
#endif