Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Created May 23, 2019 19:05
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/1b64e185e533caa7e31d2b7d42d2214a to your computer and use it in GitHub Desktop.
Save Kentzo/1b64e185e533caa7e31d2b7d42d2214a to your computer and use it in GitHub Desktop.
NS_SWIFT_NAME(RecorderControlStyle)
@interface SRRecorderControlStyle: NSObject
@end
NS_SWIFT_NAME(RecorderControlStyle.Components)
@interface SRRecorderControlStyleComponents: NSObject
@end
typedef NS_ENUM(NSUInteger, SRRecorderControlStyleComponentsAppearance)
{} NS_SWIFT_NAME(RecorderControlStyle.Components.Appearance);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment