标签: objective-c
我在appdelegate.h中添加了这个
@interface AppDelegate () <DSRestClientDelegate> @property (nonatomic, strong) DSRestClient *restClient; @end
但我希望实施DSRestClientDelegate方法,包括restClientRegistered和restClient:registerFailedWithError
DSRestClientDelegate
restClientRegistered
restClient:registerFailedWithError