Skip to content

Instantly share code, notes, and snippets.

@amichnia
Last active February 16, 2019 14:43
Show Gist options
  • Save amichnia/21a0f67e872c66606fa9d93e59d1d8a6 to your computer and use it in GitHub Desktop.
Save amichnia/21a0f67e872c66606fa9d93e59d1d8a6 to your computer and use it in GitHub Desktop.
// MyPrivateClass.h
#import <Foundation/Foundation.h>
#import <SwiftToObjectiveC.h>
@interface MyPrivateClass : NSObject<MyPrivateClassProtocol>
- (void) doSomethingInternalWithSecretAttribute:(NSInteger)attribute;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment