ifish/Ifish/controllers/IfishTabControllers/探索/lookafterServer/KanHuFuWuXInRuKou/IfishShopDetailViewControll...

16 lines
324 B
Objective-C

//
// IfishShopDetailViewController.h
// Ifish
//
// Created by imac on 17/1/13.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "BaseVIewContorller.h"
#import "IfishShopInfo.h"
@interface IfishShopDetailViewController : BaseVIewContorller
@property (nonatomic,strong) IfishShopInfo *shopInfo;
@end