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