21 lines
591 B
Objective-C
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
|