hank
2017-06-14 a0a84333e64f1e94ae9d0f69545037c60e781842
commit | author | age
a0a843 1 //
H 2 //  TWTRAppInstallationUUID.h
3 //  TwitterKit
4 //
5 //  Created by Joey Carmello on 3/27/15.
6 //  Copyright (c) 2015 Twitter. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface TWTRAppInstallationUUID : NSObject
12
13 + (NSString *)appInstallationUUID;
14
15 @end