@react-native-ohos/react-native-clippathview 1.1.9-rc.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /* *
1
+ /**
2
2
  * MIT License
3
3
  *
4
4
  * Copyright (C) 2023 Huawei Device Co., Ltd.
@@ -22,19 +22,16 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- #ifndef RNCCLIPPATHTURBOMODULE_H
26
- #define RNCCLIPPATHTURBOMODULE_H
27
-
28
25
  #pragma once
29
26
 
30
27
  #include <ReactCommon/TurboModule.h>
31
28
  #include "RNOH/ArkTSTurboModule.h"
32
29
 
33
30
  namespace rnoh {
34
- class JSI_EXPORT RNCClipPathTurboModule : public ArkTSTurboModule {
35
- public:
36
- RNCClipPathTurboModule(const ArkTSTurboModule::Context ctx, const std::string name);
37
- };
38
- } // namespace rnoh
39
31
 
40
- #endif
32
+ class JSI_EXPORT RNCClipPathTurboModule : public ArkTSTurboModule {
33
+ public:
34
+ RNCClipPathTurboModule(const ArkTSTurboModule::Context ctx, const std::string name);
35
+ };
36
+
37
+ } // namespace rnoh