// // InpectPictureCell.h // redstar // // Created by admin on 15/11/27. // Copyright © 2015年 ZWF. All rights reserved. // #import <UIKit/UIKit.h> @interface InpectPictureCell : UITableViewCell @property (nonatomic, strong) UIButton *photoButton; @property (nonatomic, strong) NSLayoutConstraint *overDateLeft; @property (nonatomic, strong) NSLayoutConstraint *overDateRight; @end