// // 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 *photoButton1; @property (nonatomic, strong) UIButton *photoButton2;
@end