// // UMComNoticeListDataController.h // UMCommunity // // Created by umeng on 16/5/17. // Copyright © 2016年 Umeng. All rights reserved. // #import "UMComListDataController.h" @interface UMComNoticeListDataController : UMComListDataController + (UMComNoticeListDataController *)notificatonDataControllerWithCount:(NSInteger)count; @end