Sign in

iOS Team / CNLivePublishContents · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePublishContents
  • YQJTest.h
  • 测试
    78e69c3f
    yinqiaojuan authored
    2018-12-05 11:39:18 +0800  
    Browse Code »
YQJTest.h 219 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  YQJTest.h
//  CNLivePublishContent
//
//  Created by 殷巧娟 on 2018/12/5.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface YQJTest : NSObject
+(void)test;
@end

NS_ASSUME_NONNULL_END