This commit is contained in:
venkat Kongara 2017-02-01 08:59:32 -08:00 коммит произвёл GitHub
Родитель b452f62d46
Коммит 9df38e40dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,5 +17,5 @@
#import "Constants.h"
@implementation Constants
NSString *const apiKey = @"f57e60b933be2bb8181fd64ff573983d";
NSString *const apiKey = @"xxxxxxxxxxxxxxxxxxxx";// replace this with your api token/key
@end