WikiModel
struct WikiModel
InfoController model
-
Init to create a WikiModel by title taken from the processed image
Declaration
Swift
public init(_ title: String) -
Get wiki content
Declaration
Swift
public func getWikiContent(_ callback: @escaping ([WikiContentModel])->())
View on GitHub
WikiModel Structure Reference