1234567891011121314151617181920 |
- //
- // DSBResponseCodeHandle.m
- // FirstLink
- //
- // Created by ascii on 2016/12/7.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import "DSBResponseHandle.h"
- #import "DSBNetModule.h"
- @implementation DSBResponseHandle
- + (void)handleResonseHeader:(DSBResponseHeader *)header {
- NSLog(@"3");
- }
- @end
|