Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Created May 23, 2019 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kentzo/bb1db542fc4aaeb3160f6f7e611c6c63 to your computer and use it in GitHub Desktop.
Save Kentzo/bb1db542fc4aaeb3160f6f7e611c6c63 to your computer and use it in GitHub Desktop.
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