//// ICRPatrolPlanCellContentView.h// XFFruit//// Created by Lili Wang on 15/5/11.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTUIView.h"@interfaceICRPatrolPlanCellContentView:IBTUIView@property(assign,nonatomic)BOOLm_bHiddenNumLabel;@end@interfaceICRPatrolPlanCellContentView(Configure)-(void)updateValueLabelWithData:(id)data;@end