Skip to content

Instantly share code, notes, and snippets.

@amichnia
Created April 19, 2019 13:09
Show Gist options
  • Save amichnia/b7e4c1dc2a473490b812ebf2024144b1 to your computer and use it in GitHub Desktop.
Save amichnia/b7e4c1dc2a473490b812ebf2024144b1 to your computer and use it in GitHub Desktop.
// AdditionFrameworkInterop.h
#import <Foundation/Foundation.h>
#import <MainSDK/MainSDK-Swift.h>
@interface AdditionFrameworkInterop : NSObject
@property (weak, nonatomic) id<InteropDelegate> delegate;
+ (BOOL)additionalModuleAvailable;
- (instancetype)init;
- (void)inspectWithNumber:(NSInteger)number;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment