Skip to content

Commit

Permalink
clean up unneeded imports in RCTView
Browse files Browse the repository at this point in the history
Summary:
just cleaning up some unused stuff

Changelog: [Internal]

Reviewed By: RSNara

Differential Revision: D31949239

fbshipit-source-id: f6542a01a879cd9ee10903d99de32e6537aa573b
  • Loading branch information
philIip authored and facebook-github-bot committed Nov 10, 2021
1 parent d065b06 commit 83fab36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions React/Views/RCTView.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
#import <React/RCTBorderStyle.h>
#import <React/RCTComponent.h>
#import <React/RCTPointerEvents.h>
#import <React/RCTView.h>

extern const UIAccessibilityTraits SwitchAccessibilityTrait;

@protocol RCTAutoInsetsProtocol;

@class RCTView;

@interface RCTView : UIView

/**
Expand Down
2 changes: 0 additions & 2 deletions React/Views/RCTView.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

#import "RCTAutoInsetsProtocol.h"
#import "RCTBorderDrawing.h"
#import "RCTConvert.h"
#import "RCTI18nUtil.h"
#import "RCTLog.h"
#import "RCTUtils.h"
#import "UIView+React.h"

UIAccessibilityTraits const SwitchAccessibilityTrait = 0x20000000000001;
Expand Down

0 comments on commit 83fab36

Please sign in to comment.