16 lines
347 B
Objective-C
16 lines
347 B
Objective-C
//
|
|
// 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
|