Skip to content

Commit

Permalink
🛠 Refactor: Rename to RNIContextMenuHeaderUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 16, 2024
1 parent 58f5839 commit 244b39f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion ios/RNIContextMenuButton/RNIContextMenuButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Dominic Go on 8/24/24.
//

#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseView.h)

Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuButton/RNIContextMenuButton.mm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

#import "RNIContextMenuButton.h"
#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import "../Swift.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "RNIContextMenuButtonShadowNode.h"
#include "RNIBaseViewComponentDescriptor.h"
#include "RNIHeaderUtils.h"
#include "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseViewState.h)

Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuButton/RNIContextMenuButtonShadowNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if __cplusplus
#pragma once

#include "RNIHeaderUtils.h"
#include "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseViewShadowNode.h)
#import RNI_INCLUDE_HEADER(RNIBaseViewProps.h)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import "RNIContextMenuButton.h"
#import <objc/runtime.h>

#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseViewUtils.h)

Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuView/RNIContextMenuView.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Dominic Go on 8/24/24.
//

#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseView.h)

Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuView/RNIContextMenuView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import "RNIContextMenuView.h"
#import "../Swift.h"

#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseView.h)
#import RNI_INCLUDE_HEADER(RNIContentViewParentDelegate.h)
Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuView/RNIContextMenuViewManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import "RNIContextMenuView.h"
#import <objc/runtime.h>

#import "RNIHeaderUtils.h"
#import "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseViewUtils.h)

Expand Down
2 changes: 1 addition & 1 deletion ios/RNIContextMenuView/RNIContextMenuViewShadowNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if __cplusplus
#pragma once

#include "RNIHeaderUtils.h"
#include "RNIContextMenuHeaderUtils.h"

#import RNI_INCLUDE_HEADER(RNIBaseViewShadowNode.h)
#import RNI_INCLUDE_HEADER(RNIBaseViewProps.h)
Expand Down

0 comments on commit 244b39f

Please sign in to comment.