Clause
public protocol Clause: NSCoding
Protocole of the Clause must be conformed to.
-
Get Clause as NSDictionary instance
Returns
a NSDictionary instance.Declaration
Swift
func toNSDictionary() -> NSDictionaryReturn Value
a NSDictionary instance.
View on GitHub
Clause Protocol Reference