// // ICRTaskItemView.h // XFFruit // // Created by Xummer on 4/11/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import "IBTUIView.h" @interface ICRTaskItemView : IBTUIView @end @class ICRTask; @interface ICRTaskItemView (Configure) - (void)updateWithTask:(ICRTask *)task; @end #define ICR_TASK_ITEM_HEIGTH (130.0f)