Swiftgram/submodules/LegacyComponents/Sources/NSDictionary+CBExtensions.h
2020-02-22 15:38:54 +04:00

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