Skip to content

Commit

Permalink
Fix Minimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimenta committed Nov 8, 2024
1 parent c36edda commit abcb412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/MetaMask/NativeModules/RCTMinimizer/RCTMinimizer.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import <Foundation/Foundation.h>
#import "RCTMinimizer.h"

@import UIKit;
@import ObjectiveC.runtime;
#import <UIKit/UIKit.h>
#import <objc/runtime.h>

@interface UISystemNavigationAction : NSObject
@property(nonatomic, readonly, nonnull) NSArray<NSNumber*>* destinations;
Expand Down

0 comments on commit abcb412

Please sign in to comment.