Skip to content

Commit

Permalink
🐞 Fix: UniqueIdentifierSynthesizing Conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 27, 2024
1 parent d60ad2b commit 87bc0b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// UIPresentationController+UniqueIdentifierSynthesizing.swift
// react-native-ios-modal
//
// Created by Dominic Go on 9/27/24.
//

import UIKit


extension UIPresentationController: UniqueIdentifierSynthesizing {
// empty requirements
};



Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import Foundation
import DGSwiftUtilities


extension NSObject: UniqueIdentifierSynthesizing {
extension UIViewController: UniqueIdentifierSynthesizing {
// empty requirements
};

0 comments on commit 87bc0b9

Please sign in to comment.