CheckPicViewController.h 278 Bytes
//
//  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