Created
May 11, 2021 12:24
-
-
Save alperenarc/a7d020d4f6110c7e96ea060ae6a7c4d1 to your computer and use it in GitHub Desktop.
Optional
This file contains 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
@objc protocol ThisProtocol { | |
@objc optional var name: String { get } | |
@objc optional func optionalFunc() -> String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment