Created
June 30, 2020 21:22
-
-
Save KirillKudaev/c5fdafa776a4a0c8f83f188ef5f238b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
internal struct InternalConstants { | |
private class EmptyClass {} | |
static let bundle = Bundle(for: InternalConstants.EmptyClass.self) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment