CNLiveFeedback.h 432 Bytes
//
//  CNLiveFeedback.h
//  CNLiveUserSystemDemo
//
//  Created by iOS on 16/9/13.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface CNLiveFeedback : NSObject

- (void)feedbackWithAppId:(NSString *)appId appKey:(NSString *)appKey contentId:(NSString *)contentId message:(NSString *)message success:(void (^)(id result))success failure :(void (^)(NSError *error))failure;


@end