//
// ICRTaskResultContentView.h
// XFFruit
//
// Created by Xummer on 15/4/14.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "IBTUIView.h"
@interface ICRTaskResultContentView : IBTUIView
@end
@class ICRTask;
@interface ICRTaskResultContentView (Configure)
- (void)updateWithTask:(ICRTask *)task;
@end
-
mei authoredd4286c2c