CNLiveNotificationName.h 661 Bytes
//
//  CNLiveNotificationName.h
//  CNLiveMineModule_Example
//
//  Created by CNLive-zxw on 2019/11/14.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

#ifndef CNLiveNotificationName_h
#define CNLiveNotificationName_h

#import <Foundation/Foundation.h>

#pragma mark - 首页

#pragma mark - 分类/视讯

#pragma mark - 服务

#pragma mark - 我的

#pragma mark - 登录/退出
static NSString *const CNLiveLoginSuccess = @"CNLiveLoginSuccess";
static NSString *const CNLiveLogoutSuccess = @"CNLiveLogoutSuccess";
static NSString *const CNLiveUpdateUserInfoSuccess = @"CNLiveUpdateUserInfoSuccess";


#endif /* CNLiveNotificationName_h */