//// ICRTaskDetailContentView.h// XFFruit//// Created by Xummer on 4/12/15.// Copyright (c) 2015 Xummer. All rights reserved.//#import "IBTUIView.h"@interfaceICRTaskDetailContentView:IBTUIView@property(strong,nonatomic)UIButton*m_startBtn;-(instancetype)initWithIsAttach:(BOOL)bIsAttach;@end@classICRTask;@interfaceICRTaskDetailContentView(Configure)-(void)updateWithTask:(ICRTask*)task;@end