16 lines
392 B
Objective-C
16 lines
392 B
Objective-C
//
|
|
// ShopCertificationViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/17.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
#import "WhiteNavBaseViewController.h"
|
|
//v4.4 后更改UI 此界面废弃
|
|
@interface ShopCertificationViewController : WhiteNavBaseViewController
|
|
@property (nonatomic,strong) ShopCertifyStausModel *statusM;
|
|
@end
|