├── .gitignore ├── LICENSE ├── NBUIKitMainThreadGuard.swift └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrbrook/NBUIKitMainThreadGuard/HEAD/LICENSE -------------------------------------------------------------------------------- /NBUIKitMainThreadGuard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrbrook/NBUIKitMainThreadGuard/HEAD/NBUIKitMainThreadGuard.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nrbrook/NBUIKitMainThreadGuard/HEAD/README.md --------------------------------------------------------------------------------