16 lines
353 B
Objective-C
16 lines
353 B
Objective-C
//
|
|
// LookafterPhoneNumberCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/23.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LookafterPhoneNumberCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIButton *queRenBtn;
|
|
@property (weak, nonatomic) IBOutlet UITextField *shopPoneNumberFied;
|
|
|
|
@end
|