LookReportPicCell.h 315 Bytes
//
//  LookReportPicCell.h
//  redstar
//
//  Created by admin on 16/1/25.
//  Copyright © 2016年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface LookReportPicCell : UITableViewCell
@property (nonatomic, strong) UIButton *photoButton1;
@property (nonatomic, strong) UIButton *photoButton2;
@end