Question
public protocol Question : AnyObject
-
Declaration
Swift
var id: String { get } -
Declaration
Swift
var nodeType: QuestionType { get }
public protocol Question : AnyObject
Swift
var id: String { get }
Swift
var nodeType: QuestionType { get }