ICRPatrolPlanViewController.h 321 Bytes
//
//  ICRPatrolPlanViewController.h
//  XFFruit
//
//  Created by Xummer on 4/11/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

@interface ICRPatrolPlanViewController : ICRBaseViewController

- (instancetype)initWithStore:(id)storeData isHomeShow:(BOOL)bShowInHome;

@end