ifish/Ifish/controllers/IfishTabControllers/探索/IfishNewShopsFlie/IfishKanHuGuanli/IfishKanHuGuanLiViewControl...

15 lines
408 B
Objective-C

//
// IfishKanHuGuanLiViewController.h
// Ifish
//
// Created by imac on 17/2/16.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "WhiteNavBaseViewController.h"
//同老版看护工作台 WorkbechViewController
#import "CertificationShopModel.h"
@interface IfishKanHuGuanLiViewController : WhiteNavBaseViewController
@property(nonatomic,strong) CertificationShopModel *shopsInfo;
@end