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 bytesDownloadedSwift
var bytesDownloaded: Int64 { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) int64_t expectedByteLengthSwift
var expectedByteLength: Int64 { get }