mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Build ChatListUI
This commit is contained in:
27
submodules/LegacyComponents/Sources/CBPlayerView.h
Executable file
27
submodules/LegacyComponents/Sources/CBPlayerView.h
Executable file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// CBPlayerView.h
|
||||
// CoubPlayer
|
||||
//
|
||||
// Created by Pavel Tikhonenko on 17/10/14.
|
||||
// Copyright (c) 2014 Pavel Tikhonenko. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
||||
#import "CBCoubPlayer.h"
|
||||
#import "CBPlayerLayerView.h"
|
||||
|
||||
@interface CBPlayerView : UIView <CBCoubPlayerDelegate>
|
||||
|
||||
@property (nonatomic, readonly) UIImageView *preview;
|
||||
@property (nonatomic, readonly) CBPlayerLayerView *videoPlayerView;
|
||||
|
||||
- (void)play;
|
||||
- (void)stop;
|
||||
|
||||
@end
|
||||
|
||||
//@interface CBPlayerLayerView : UIView
|
||||
//@end
|
||||
Reference in New Issue
Block a user