Aucune description

DSBResponseHandle.m 319B

1234567891011121314151617181920
  1. //
  2. // DSBResponseCodeHandle.m
  3. // FirstLink
  4. //
  5. // Created by ascii on 2016/12/7.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import "DSBResponseHandle.h"
  9. #import "DSBNetModule.h"
  10. @implementation DSBResponseHandle
  11. + (void)handleResonseHeader:(DSBResponseHeader *)header {
  12. NSLog(@"3");
  13. }
  14. @end