新配置界面
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// IfishHotBarVo.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by 罗艺 on 2018/8/22.
|
||||
// Copyright © 2018年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface IfishHotBarVo : NSObject
|
||||
@property(nonatomic,copy)NSString*title;
|
||||
@property(nonatomic,copy)NSString*subTitle;
|
||||
@property(nonatomic,assign)BOOL isShowArrow;
|
||||
@property(nonatomic,copy)NSString*iconUrl;
|
||||
@end
|
||||
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// IfishHotBarVo.m
|
||||
// Ifish
|
||||
//
|
||||
// Created by 罗艺 on 2018/8/22.
|
||||
// Copyright © 2018年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import "IfishHotBarVo.h"
|
||||
|
||||
@implementation IfishHotBarVo
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user