InspectAddCell.h 383 Bytes
Newer Older
admin's avatar
admin committed
1
//
2
//  InspectAddCell.h
admin's avatar
admin committed
3 4
//  redstar
//
5
//  Created by admin on 15/12/3.
admin's avatar
admin committed
6 7 8 9 10
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

11
@interface InspectAddCell : UITableViewCell
admin's avatar
admin committed
12 13 14 15
@property (nonatomic, strong) UIButton *photoButton;
@property (nonatomic, strong) NSLayoutConstraint *overDateLeft;
@property (nonatomic, strong) NSLayoutConstraint *overDateRight;
@end