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

#import "CNLiveBaseViewController.h"

@interface CNMyAnnouncementsViewController : CNLiveBaseViewController
@property (nonatomic, copy) NSString *navTitle;

@end