Keine Beschreibung

DSBResponseHandle.h 310B

123456789101112131415161718
  1. //
  2. // DSBResponseCodeHandle.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2016/12/7.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @class DSBResponseHeader;
  10. @interface DSBResponseHandle : NSObject
  11. + (void)handleResonseHeader:(DSBResponseHeader *)header;
  12. @end