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/CBCoubPlayerContance.h
Executable file
20
submodules/LegacyComponents/Sources/CBCoubPlayerContance.h
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// CBCoubPlayerContance.h
|
||||
// CoubPlayer
|
||||
//
|
||||
// Created by Pavel Tikhonenko on 19/10/14.
|
||||
// Copyright (c) 2014 Pavel Tikhonenko. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef NS_ENUM(UInt16, CBCoubAudioType)
|
||||
{
|
||||
CBCoubAudioTypeNone = 0,
|
||||
CBCoubAudioTypeInternal,
|
||||
CBCoubAudioTypeExternal,
|
||||
};
|
||||
|
||||
@interface CBCoubPlayerContance : NSObject
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user