Inherits from NSObject
Declared in APResponse.h
APResponse.m

Tasks

Properties

description

レスポンスの追加情報を格納。 Description of response @property description

@property (nonatomic, strong) NSString *description

Declared In

APResponse.h

result

レスポンスの返り値を格納。 Result of response @property result

@property (nonatomic, strong) NSString *result

Declared In

APResponse.h

status

レスポンスのステータス Status of response @property status

@property (nonatomic, strong) NSString *status

Declared In

APResponse.h