14 lines
195 B
Objective-C
14 lines
195 B
Objective-C
//
|
|
// IfishConfigVo.m
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/9/24.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishConfigVo.h"
|
|
|
|
@implementation IfishConfigVo
|
|
|
|
@end
|