mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
17 lines
334 B
Objective-C
Executable File
17 lines
334 B
Objective-C
Executable File
//
|
|
// NSDictionary+Extensions.h
|
|
// Coub
|
|
//
|
|
// Created by Konstantin Anoshkin on 8.10.13.
|
|
// Copyright 2013 Coub. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface NSDictionary (CBDictionaryExtensions)
|
|
|
|
- (NSString *) coubURIFromVersionTemplateWithPreferredSubstitutions: (NSArray *) preferredVersions;
|
|
|
|
@end
|