Skip to content

Commit

Permalink
🛠 Refactor: Replace w/ NSObject+UniqueIdentifierSynthesizing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 28, 2024
1 parent f80e203 commit 8a01e80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
15 changes: 15 additions & 0 deletions ios/Temp/NSObject+UniqueIdentifierSynthesizing.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// NSObject+UniqueIdentifierSynthesizing.swift
// react-native-ios-modal
//
// Created by Dominic Go on 9/29/24.
//

import Foundation
import DGSwiftUtilities


extension NSObject: UniqueIdentifierSynthesizing {
// empty requirements
};

This file was deleted.

14 changes: 0 additions & 14 deletions ios/Temp/UIViewController+UniqueIdentifierSynthesizing.swift

This file was deleted.

0 comments on commit 8a01e80

Please sign in to comment.