mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
22 lines
538 B
Objective-C
Executable File
22 lines
538 B
Objective-C
Executable File
//
|
|
// CBConstance.m
|
|
// CoubPlayer
|
|
//
|
|
// Created by Pavel Tikhonenko on 19/10/14.
|
|
// Copyright (c) 2014 Pavel Tikhonenko. All rights reserved.
|
|
//
|
|
|
|
#import "CBConstance.h"
|
|
|
|
NSString *const kCBServerURL = @"http://coub.com";
|
|
|
|
NSString *const CBCoubLoopErrorDomain = @"com.coub.loop.ErrorDomain";
|
|
|
|
NSString *const CBPlayerInterruptionDidBeginNotification = @"CBPlayerInterruptionDidBeginNotification";
|
|
NSString *const CBPlayerInterruptionDidEndNotification = @"CBPlayerInterruptionDidEndNotification";
|
|
|
|
|
|
@implementation CBConstance
|
|
|
|
@end
|