func persistentDomain (forName : String) -> [String : Any]?
Returns a dictionary representation of the defaults for the specified domain.
指定されたドメインに対するdefaultsの辞書表現を返します。
func setPersistentDomain ([String : Any], forName : String)
Sets a dictionary for the specified persistent domain.
ある辞書をこの指定されたドメインに対して設定します。
func persistentDomainNames () -> [Any]
Returns an array of the current persistent domain names.
現在の永続ドメイン名からなるある配列を返します。