15 lines
408 B
Objective-C
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
|