14 lines
305 B
Objective-C
14 lines
305 B
Objective-C
//
|
|
// ShopCertificationIntroduceController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/16.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
#import "WhiteNavBaseViewController.h"
|
|
@interface ShopCertificationIntroduceController : WhiteNavBaseViewController
|
|
|
|
@end
|