Initial commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// FishShopCer.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 2017/5/4.
|
||||
// Copyright © 2017年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface FishShopCer : NSObject
|
||||
@property (nonatomic,copy) NSString *userName;
|
||||
@property (nonatomic,copy) NSString *shopName;
|
||||
@property (nonatomic,copy) NSString *phoneNumber;
|
||||
@property (nonatomic,copy) NSString *shopPCA;
|
||||
@property (nonatomic,copy) NSString *privence;
|
||||
@property (nonatomic,copy) NSString *city;
|
||||
@property (nonatomic,copy) NSString *area;
|
||||
@property (nonatomic,copy) NSString *shopAddress;
|
||||
|
||||
@end
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// FishShopCer.m
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 2017/5/4.
|
||||
// Copyright © 2017年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FishShopCer.h"
|
||||
|
||||
@implementation FishShopCer
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user