Skip to content

Commit

Permalink
💄 Gloss: Add TODO Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 6, 2023
1 parent 49c07f9 commit a8d53d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ class RNIModalViewManager: RCTViewManager {
valueOptions: .weakMemory
);

// TODO: Relocate
var delegatesFocus = MulticastDelegate<RNIModalViewFocusDelegate>();

// TODO: Relocate
private var currentModalLevel = -1;

override func view() -> UIView! {
Expand Down

0 comments on commit a8d53d6

Please sign in to comment.