//// ICRAnnocementContentView.h// XFFruit//// Created by Lili Wang on 15/4/14.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTUIView.h"@interfaceICRAnnocementContentView:IBTUIView+(UILabel*)creatLabelWithTextColor:(UIColor*)textColortextFont:(UIFont*)textFonttextAlignment:(NSTextAlignment)textAlignment;-(void)updateContentWithData:(id)aAnnouncement;@end