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