123456789101112131415161718 |
- //
- // DSBResponseCodeHandle.h
- // FirstLink
- //
- // Created by ascii on 2016/12/7.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @class DSBResponseHeader;
- @interface DSBResponseHandle : NSObject
- + (void)handleResonseHeader:(DSBResponseHeader *)header;
- @end
|