ifish/Ifish/controllers/IfishTabControllers/探索/IfishLive/IfishLivelist/KanKanListDataHelper.h

17 lines
345 B
Objective-C

//
// 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