Epub阅读器0.0.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import Foundation
|
||||
|
||||
public enum RDEPUBNavigatorState: String, Codable {
|
||||
case initializing
|
||||
case loading
|
||||
case idle
|
||||
case jumping
|
||||
case moving
|
||||
case repaginating
|
||||
|
||||
public var isStableForSnapshotApplication: Bool {
|
||||
self == .idle
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user