20 lines
354 B
Objective-C
20 lines
354 B
Objective-C
//
|
|
// IfishHotBarVo.m
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/8/22.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishHotBarVo.h"
|
|
#import "MJExtension.h"
|
|
#import "IfishHistroyVo.h"
|
|
|
|
@implementation IfishHotBarVo
|
|
+(NSDictionary*)mj_objectClassInArray{
|
|
return @{
|
|
@"phs":@"IfishHistroyVo"
|
|
};
|
|
}
|
|
@end
|