Skip to content

Commit

Permalink
💄 Gloss: Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 21, 2023
1 parent 21630f0 commit de69853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import Foundation


class RNIModalView: UIView {
typealias CompletionHandler = (_ isSuccess: Bool, _ error: RNIModalViewError?) -> Void

typealias CompletionHandler = (_ isSuccess: Bool, _ error: RNIModalViewError?) -> Void;

// MARK: Properties
// ----------------
Expand Down

0 comments on commit de69853

Please sign in to comment.