Skip to content

Commit 0c988b9

Browse files
committed
🛁 Cleanup: RNIContextMenuView
1 parent 49747a4 commit 0c988b9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

ios/RNIContextMenuView/RNIContextMenuView.mm

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ @interface RNIContextMenuView () <
5858
@implementation RNIContextMenuView {
5959
}
6060

61-
// MARK: - Init
62-
// ------------
63-
64-
- (void)initCommon {
65-
[super initCommon];
66-
}
67-
6861
// MARK: - RNIBaseView
6962
// -------------------
7063

@@ -73,8 +66,8 @@ + (Class)viewDelegateClass
7366
return [RNIContextMenuViewContent class];
7467
}
7568

76-
// MARK: - Fabric
77-
// --------------
69+
// MARK: - Fabric-Only
70+
// -------------------
7871

7972
#if RCT_NEW_ARCH_ENABLED
8073
+ (ComponentDescriptorProvider)componentDescriptorProvider

0 commit comments

Comments
 (0)