- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
1.9 KiB
Objective-C
54 lines
1.9 KiB
Objective-C
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @generated by an internal plugin build system
|
|
*/
|
|
|
|
#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
|
|
|
|
// FB Internal: FBRCTFabricComponentsPlugins.h is autogenerated by the build system.
|
|
#import <React/FBRCTFabricComponentsPlugins.h>
|
|
|
|
#else
|
|
|
|
// OSS-compatibility layer
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <React/RCTThirdPartyFabricComponentsProvider.h>
|
|
#import <React/RCTComponentViewProtocol.h>
|
|
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wreturn-type-c-linkage"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
Class<RCTComponentViewProtocol> RCTFabricComponentsProvider(const char *name);
|
|
|
|
// Lookup functions
|
|
Class<RCTComponentViewProtocol> RCTActivityIndicatorViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTDebuggingOverlayCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTInputAccessoryCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTParagraphCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTPullToRefreshViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTSafeAreaViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTScrollViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTSwitchCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTTextInputCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTUnimplementedNativeViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTViewCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTImageCls(void) __attribute__((used));
|
|
Class<RCTComponentViewProtocol> RCTModalHostViewCls(void) __attribute__((used));
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
#endif // RN_DISABLE_OSS_PLUGIN_HEADER
|