// // ICRPatrolResultViewController.h // XFFruit // // Created by Xummer on 15/6/8. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "ICRBaseViewController.h" @interface ICRPatrolResultViewController : ICRBaseViewController - (instancetype)initWithPatrolPlan:(id)plan storeID:(NSString *)storeID; - (instancetype)initWithPatrolPlan:(id)plan andStoreResult:(id)result; @end