CNLiveCommentCountResult.h
339 Bytes
//
// CNLiveCommentCountResult.h
// CNLiveChatManager
//
// Created by cnliveJunBo on 17/6/7.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CNLiveCommentCountResult : NSObject
@property (nonatomic, copy) NSString *count;
@property (nonatomic, copy) NSString *programId;
@end