CoolIjkOption.h 334 B

1234567891011121314151617181920
  1. //
  2. // CoolIjkOption.h
  3. // flutter_ijkplayer
  4. //
  5. // Created by Caijinglong on 2019/4/12.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CoolIjkOption : NSObject
  10. @property(nonatomic,assign) int type;
  11. @property(nonatomic,copy) NSString *key;
  12. @property(nonatomic,copy) id value;
  13. @end
  14. NS_ASSUME_NONNULL_END