Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Created May 23, 2019 19:10
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/6eb93b5361e09bdd6491ff7f4f009423 to your computer and use it in GitHub Desktop.
Save Kentzo/6eb93b5361e09bdd6491ff7f4f009423 to your computer and use it in GitHub Desktop.
@interface Sandwich: NSObject
@end
NS_SWIFT_NAME(Sandwich.Preferences)
@interface SandwichPreferences: NSObject
@end
typedef NS_ENUM(NSInteger, SandwichBreadType) {
} NS_SWIFT_NAME(SandwichPreferences.BreadType);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment