Index Hierarchy AGPageParameterExtractor Protocol Reference Conforms to NSObject Declared in AGPageParameterExtractor.h Overview Classes which implement this protocol are responsible for consuming a response from a server and extracting paging information (if any). Tasks – parse:headers:next:prev: required method Instance Methods parse:headers:next:prev: - (NSDictionary *)parse:(id)response headers:(NSDictionary *)headers next:(NSString *)nextIdentifier prev:(NSString *)prevIdentifier Declared In AGPageParameterExtractor.h Index Hierarchy