Captainup  2.4
/Users/yogs/Desktop/CaptainUp/Headers/CPTPageResponse.h
1 //
2 // PageResponse.h
3 // captainup_sdk
4 //
5 // Created by David Azriel on 14/12/2015.
6 // Copyright © 2015 Captain Up. All rights reserved.
7 //
8 
9 #ifndef PageResponse_h
10 #define PageResponse_h
11 
12 #import "CPTResponse.h"
13 
18 
22 @property (nonatomic, readonly) NSUInteger count;
23 
27 @property (nonatomic, readonly) NSUInteger skip;
28 
32 @property (nonatomic, readonly) NSUInteger limit;
33 
34 @end
35 
36 #endif /* PageResponse_h */
NSUInteger count
Definition: CPTPageResponse.h:22
Definition: CPTPageResponse.h:17
NSUInteger skip
Definition: CPTPageResponse.h:27
NSUInteger limit
Definition: CPTPageResponse.h:32
Definition: CPTResponse.h:17