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

#import <UIKit/UIKit.h>

11 12


admin's avatar
admin committed
13
@interface InpectPictureCell : UITableViewCell
14 15 16
@property (nonatomic, strong) UIButton *photoButton1;
@property (nonatomic, strong) UIButton *photoButton2;

admin's avatar
admin committed
17
@end