Skip to content

Commit

Permalink
wip UIMainApplicationDelegateInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Aug 27, 2023
1 parent 1ffbad7 commit a6c4dca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Environment/iOS/UIMainApplicationDelegateInterface.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include "Config/Config.h"

#import <Foundation/Foundation.h>

@protocol UIMainApplicationDelegateInterface <NSObject>

- (void)notify:(NSString *)id args:(NSArray *)args;

@end

0 comments on commit a6c4dca

Please sign in to comment.