CheckPicViewController.h 278 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  CheckPicViewController.h
//  PTools
//
//  Created by 侯振兴 on 15/8/11.
//  Copyright (c) 2015年 moobox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CheckPicViewController : UIViewController

@property (nonatomic, strong) UIImage *checkImage;

@end