RichieBooksBookLoadingState

Objective-C

@interface RichieBooksBookLoadingState : NSObject

@property (nonatomic, readonly) int64_t bytesDownloaded;
@property (nonatomic, readonly) int64_t expectedByteLength;

@end

Swift

class RichieBooksBookLoadingState : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) int64_t bytesDownloaded

    Swift

    var bytesDownloaded: Int64 { get }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) int64_t expectedByteLength

    Swift

    var expectedByteLength: Int64 { get }