14 lines
198 B
Mathematica
14 lines
198 B
Mathematica
|
|
//
|
||
|
|
// NetResponseModel.m
|
||
|
|
// SRKnow
|
||
|
|
//
|
||
|
|
// Created by CYH on 2020/7/21.
|
||
|
|
// Copyright © 2020 shirong. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "NetResponseModel.h"
|
||
|
|
|
||
|
|
@implementation NetResponseModel
|
||
|
|
|
||
|
|
@end
|