Created
May 23, 2019 19:37
-
-
Save Kentzo/bb1db542fc4aaeb3160f6f7e611c6c63 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
NS_SWIFT_NAME(RecorderControlStyle) | |
@interface SRRecorderControlStyle: NSObject | |
@end | |
NS_SWIFT_NAME(SRRecorderControlStyle.Components) | |
// NS_SWIFT_NAME(RecorderControlStyle.Components) also works! | |
@interface SRRecorderControlStyleComponents: NSObject | |
@end | |
typedef NS_ENUM(NSUInteger, SRRecorderControlStyleComponentsAppearance) | |
{} NS_SWIFT_NAME(SRRecorderControlStyleComponents.Appearance); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment