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 |