mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D23986055 fbshipit-source-id: 7bfe9f06f236f8866e812db060edf3d089fe253c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
29f5dc2ae0
commit
da8b50cd33
@@ -14,11 +14,11 @@
|
||||
#import "UIView+React.h"
|
||||
|
||||
#ifndef __IPHONE_14_0
|
||||
#define __IPHONE_14_0 140000
|
||||
#define __IPHONE_14_0 140000
|
||||
#endif // __IPHONE_14_0
|
||||
|
||||
#ifndef RCT_IOS_14_0_SDK_OR_LATER
|
||||
#define RCT_IOS_14_0_SDK_OR_LATER (__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0)
|
||||
#define RCT_IOS_14_0_SDK_OR_LATER (__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0)
|
||||
#endif // RCT_IOS_14_0_SDK_OR_LATER
|
||||
|
||||
@interface RCTDatePicker ()
|
||||
|
||||
Reference in New Issue
Block a user