Inherits from NSObject
Declared in DCListResponse.h

Overview

This class is base class for various container of response list classes.

Tasks

Properties

count

Value of count.

@property (nonatomic, readonly) int count

Declared In

DCListResponse.h

list

Response list.

@property (nonatomic, readonly) NSArray *list

Declared In

DCListResponse.h

nextPage

Value of nextPage.

@property (nonatomic, readonly) int nextPage

Declared In

DCListResponse.h

start

Value of start.

@property (nonatomic, readonly) int start

Declared In

DCListResponse.h