14 lines
358 B
Objective-C
14 lines
358 B
Objective-C
//
|
|
// IfishKanHuGuanLiViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/2/16.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "WhiteNavBaseViewController.h"
|
|
#import "CertificationShopModel.h"
|
|
@interface IfishKanHuGuanLiViewController : WhiteNavBaseViewController
|
|
@property(nonatomic,strong) CertificationShopModel *shopsInfo;
|
|
@end
|