AnnountcementDetailViewController.h 520 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
//
//  AnnountcementDetailViewController.h
//  Lighting
//
//  Created by 曹云霄 on 2016/11/23.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import "BaseViewController.h"

@interface AnnountcementDetailViewController : BaseViewController

曹云霄's avatar
曹云霄 committed
13 14 15 16

@property (weak, nonatomic) IBOutlet UITableView *announcementDetailsTableView;

/**
17
 公告
曹云霄's avatar
曹云霄 committed
18
 */
19
@property (nonatomic,strong) CustomTOAfficheEntity *announcementEntity;
20 21 22 23 24

/**
 已读
 */
@property (nonatomic,copy) void(^readBlock)();
曹云霄's avatar
曹云霄 committed
25

26
@end