mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
209 B
Objective-C
Executable File
14 lines
209 B
Objective-C
Executable File
//
|
|
// CBPlayerLayerView.h
|
|
// Coub
|
|
//
|
|
// Created by Tikhonenko Pavel on 23/11/2013.
|
|
// Copyright (c) 2013 Coub. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CBPlayerLayerView : UIView
|
|
|
|
@end
|