16 lines
324 B
Objective-C
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
|