Sign in

iOS Team / CNLivePlayer · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePlayer
  • Example
  • Products
  • CNLivePlayer.framework
  • PrivateHeaders
  • CNLiveStreamer.h
  • no message
    3f6ba667
    zhangxiaowen authored
    2019-08-21 13:11:03 +0800  
    Browse Code »
CNLiveStreamer.h 283 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  CNLiveStreamer.h
//  CNLivePlayer_Example
//
//  Created by CNLive-zxw on 2019/8/20.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveStreamer : NSObject

@end

NS_ASSUME_NONNULL_END