Captainup  2.4
/Users/yogs/Desktop/CaptainUp/Headers/CPTUserResponse.h
1 //
2 // UserResponse.h
3 // captainup_sdk
4 //
5 // Created by David Azriel on 09/12/2015.
6 // Copyright © 2015 Captain Up. All rights reserved.
7 //
8 
9 #ifndef UserResponse_h
10 #define UserResponse_h
11 
12 #import "CPTResponse.h"
13 #import "CPTUser.h"
14 
19 
23 @property (nonatomic, readonly, nonnull) id<CPTUser> user;
24 
25 @end
26 
27 #endif /* UserResponse_h */
id< CPTUser > user
Definition: CPTUserResponse.h:23
Definition: CPTUserResponse.h:18
Definition: CPTResponse.h:17