ICRQResultViewController.h 315 Bytes
//
//  ICRQResultViewController.h
//  XFFruit
//
//  Created by Xummer on 15/6/10.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

@interface ICRQResultViewController : ICRBaseViewController

- (instancetype)initWithPatrolPlan:(id)plan andStoreResult:(id)result;

@end