// // ICRAttachmentCellContentView.h // XFFruit // // Created by Lili Wang on 15/4/15. // Copyright (c) 2015年 Xummer. All rights reserved. // #import "IBTUIView.h" @interface ICRAttachmentCellContentView : IBTUIView @property (strong, nonatomic) UIButton *m_downloadBtn; - (void)updateContentWithData:(id)data; @end