Initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// KanKanListDataHelper.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 16/11/24.
|
||||
// Copyright © 2016年 lianxiang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IfishKankanListModel.h"
|
||||
|
||||
@interface KanKanListDataHelper : NSObject
|
||||
|
||||
+(void)formatKanKanLisetData:(IfishKankanListModel*)mode liveRoomInfo:(NSDictionary*)dic;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user