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