ICRTaskItemView.h 346 Bytes
Newer Older
mei's avatar
mei committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  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)