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