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

#import <UIKit/UIKit.h>

admin's avatar
admin committed
11
@interface InspectNotUpLoadCell : UITableViewCell <UIWebViewDelegate>
12 13 14 15
@property (nonatomic, strong) UILabel *titleLabel;
@property (nonatomic, strong) UILabel *titleDetailLabel;
@property (nonatomic, strong) UILabel *introLabel;
@property (nonatomic, strong) UILabel *introDetailLabel;
16
@property (nonatomic, strong) UILabel *pictureLabel;
17
@end