├── LICENSE ├── README.md └── UserDefaultable.playground ├── Contents.swift ├── contents.xcplayground └── playground.xcworkspace ├── contents.xcworkspacedata └── xcuserdata └── Matrix.xcuserdatad └── UserInterfaceState.xcuserstate /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/README.md -------------------------------------------------------------------------------- /UserDefaultable.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/UserDefaultable.playground/Contents.swift -------------------------------------------------------------------------------- /UserDefaultable.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/UserDefaultable.playground/contents.xcplayground -------------------------------------------------------------------------------- /UserDefaultable.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/UserDefaultable.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UserDefaultable.playground/playground.xcworkspace/xcuserdata/Matrix.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andyyhope/Blog_UserDefaultsProtocol/HEAD/UserDefaultable.playground/playground.xcworkspace/xcuserdata/Matrix.xcuserdatad/UserInterfaceState.xcuserstate --------------------------------------------------------------------------------