14 lines
216 B
Objective-C
14 lines
216 B
Objective-C
//
|
|
// ShopCertifyStausModel.m
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/19.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "ShopCertifyStausModel.h"
|
|
|
|
@implementation ShopCertifyStausModel
|
|
|
|
@end
|