CNMyAnnouncementsTableViewCell.h 343 Bytes
//
//  CNMyAnnouncementsTableViewCell.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/20.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>
@class CNMyAnnouncementsModel;

@interface CNMyAnnouncementsTableViewCell : UITableViewCell
@property (nonatomic, strong) CNMyAnnouncementsModel *model;

@end