Skip to content

Commit

Permalink
💄 Gloss: Change Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 10, 2023
1 parent 849351c commit b9c1339
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/src_library/React Native/RNIModal/RNIModal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public protocol RNIModalFocusNotifiable: AnyObject {
func onModalWillBlurNotification(sender: any RNIModal);

func onModalDidBlurNotification(sender: any RNIModal);

};

/// Specifies that the "adoptee/delegate" that conforms to this protocol must
Expand Down Expand Up @@ -109,5 +108,4 @@ public protocol RNIModalPresentation: AnyObject {

/// The "main" window for this instance
var window: UIWindow? { get };

};

0 comments on commit b9c1339

Please sign in to comment.