StarPlayerScmsBlock

Objective-C

@interface StarPlayerScmsBlock : NSObject

@property (nonatomic, strong) NSString                  * _Nullable message;
@property (nonatomic, assign) StarPlayerScmsBlockCode   code;

@end

Swift

class StarPlayerScmsBlock

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString * _Nullable message
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) StarPlayerScmsBlockCode code

    Swift

    unowned(unsafe) var code: StarPlayerScmsBlock! { get set }