From fa6604f25ebd4f788bf47c194d2bedd5a0217c87 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Thu, 3 Mar 2022 18:57:56 +0800 Subject: [PATCH] iOS: add annotation --- doric-iOS/Pod/Classes/Engine/JSValue+Doric.h | 15 +++++++++++++++ doric-iOS/Pod/Classes/Engine/JSValue+Doric.mm | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/doric-iOS/Pod/Classes/Engine/JSValue+Doric.h b/doric-iOS/Pod/Classes/Engine/JSValue+Doric.h index dca8cdfa..3d4e905a 100644 --- a/doric-iOS/Pod/Classes/Engine/JSValue+Doric.h +++ b/doric-iOS/Pod/Classes/Engine/JSValue+Doric.h @@ -1,3 +1,18 @@ +/* + * Copyright [2022] [Doric.Pub] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // // Created by pengfei.zhou on 2021/11/19. // diff --git a/doric-iOS/Pod/Classes/Engine/JSValue+Doric.mm b/doric-iOS/Pod/Classes/Engine/JSValue+Doric.mm index caa4ed44..43c1a17b 100644 --- a/doric-iOS/Pod/Classes/Engine/JSValue+Doric.mm +++ b/doric-iOS/Pod/Classes/Engine/JSValue+Doric.mm @@ -1,3 +1,18 @@ +/* + * Copyright [2022] [Doric.Pub] + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // // Created by pengfei.zhou on 2021/11/19. //