ifish/Ifish/controllers/IfishTabControllers/探索/IfishNewShopsFlie/ViewController/ShopErWeiMaViewController.h

21 lines
591 B
Objective-C

//
// ShopErWeiMaViewController.h
// Ifish
//
// Created by imac on 17/4/11.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import "WhiteNavBaseViewController.h"
@interface ShopErWeiMaViewController : WhiteNavBaseViewController
@property (weak, nonatomic) IBOutlet UIView *holdBackView;
@property (weak, nonatomic) IBOutlet UIImageView *erweimaCode;
@property (weak, nonatomic) IBOutlet UILabel *bootomLabel;
@property (nonatomic,strong) NSString *shopId;
@property (nonatomic,strong) NSString *shopName;
@property (weak, nonatomic) IBOutlet UILabel *shopNameLabel;
@end