mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
20
submodules/LegacyComponents/Sources/CBPlayerLayerView.m
Executable file
20
submodules/LegacyComponents/Sources/CBPlayerLayerView.m
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// CBPlayerLayerView.m
|
||||
// Coub
|
||||
//
|
||||
// Created by Tikhonenko Pavel on 23/11/2013.
|
||||
// Copyright (c) 2013 Coub. All rights reserved.
|
||||
//
|
||||
|
||||
#import "CBPlayerLayerView.h"
|
||||
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
||||
@implementation CBPlayerLayerView
|
||||
|
||||
+ (Class)layerClass
|
||||
{
|
||||
return [AVPlayerLayer class];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user