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
17
@protocol
CPTPageResponse
<
CPTResponse
>
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 */
CPTPageResponse-p::count
NSUInteger count
Definition:
CPTPageResponse.h:22
CPTPageResponse-p
Definition:
CPTPageResponse.h:17
CPTPageResponse-p::skip
NSUInteger skip
Definition:
CPTPageResponse.h:27
CPTPageResponse-p::limit
NSUInteger limit
Definition:
CPTPageResponse.h:32
CPTResponse-p
Definition:
CPTResponse.h:17
Generated by
1.8.15