OOClientId.h
1 
10 #import <Foundation/Foundation.h>
11 
12 @interface OOClientId : NSObject
17 + (NSString *)getId;
18 
25 + (void)setId:(NSString *)clientId;
26 
31 + (void)resetId;
32 
33 @end
NSString * getId()
Get a client ID.
void resetId()
Clear the id.
Definition: OOClientId.h:12