SCContentSource

@interface SCContentSource : NSObject
@property (nonatomic, copy) NSString *url;
@property (nonatomic)       double offset;
- (instancetype)initWithSource:(NSString*)source andOffset:(double)offset;
- (NSString*)getDescription;
@end

Undocumented

  • url

    Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *url
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) double offset
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithSource:(NSString*)source andOffset:(double)offset;
  • Undocumented

    Declaration

    Objective-C

    - (NSString*)getDescription;