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
  • CNLivePublishContent
  • Classes
  • YQJTestView.h
  • 0.1.5
    4400be16
    yinqiaojuan authored
    2019-01-16 13:47:45 +0800  
    Browse Code »
YQJTestView.h 256 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  YQJTestView.h
//  CNLivePublishContent
//
//  Created by 殷巧娟 on 2018/12/6.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface YQJTestView : UIView
@property (nonatomic,strong) UIImageView *testImageV;
@end

NS_ASSUME_NONNULL_END