Skip to content

Commit

Permalink
⭐️ Impl: DictionaryRepresentable
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 27, 2024
1 parent b5f5742 commit 6fffcf9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ios/Temp/DictionaryRepresentable.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// DictionaryRepresentable.swift
// react-native-ios-modal
//
// Created by Dominic Go on 9/27/24.
//

import Foundation

public protocol DictionaryRepresentable {
var asDictionary: [String: Any] { get };
};

0 comments on commit 6fffcf9

Please sign in to comment.