17 lines
334 B
Objective-C
17 lines
334 B
Objective-C
//
|
|
// MineKanHuViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/23.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
#import "CertificationShopModel.h"
|
|
@interface MineKanHuViewController : BaseVIewContorller
|
|
|
|
@property (nonatomic,strong) CertificationShopModel *xinXiModel;
|
|
|
|
|
|
@end
|