18 lines
274 B
Objective-C
18 lines
274 B
Objective-C
//
|
|
// IfishKanKanListViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/11/8.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
/*
|
|
*老界面已废弃
|
|
*/
|
|
|
|
@interface IfishKanKanListViewController : BaseViewController
|
|
|
|
@end
|