Skip to content

Commit 2c26b2d

Browse files
committed
feat: Improve the annotation
1 parent a40011f commit 2c26b2d

File tree

153 files changed

+154
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+154
-153
lines changed

Examples/Demo/RakuyoKitDemo/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKitDemo
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Examples/Demo/RakuyoKitDemo/SceneDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKitDemo
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Examples/Demo/RakuyoKitDemo/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKitDemo
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Base/Controller/BaseNavigationController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/Controller/BaseViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/Controller/NavigationControllerPopDelegateProxy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS) && !os(tvOS)

Sources/Base/Controller/RotatableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/BaseView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/24.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/Cell/BaseCollectionViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/Cell/BaseTableViewCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/Cell/FinalFastCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/Fast/FastCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/Fast/FastListView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Base/View/TextField.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Codable/RAKCodable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Codable/RAKDecodable+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Codable/RAKDecodable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Codable/RAKEncodable+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Codable/RAKEncodable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Config/Mediator/ConfigMediator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Config/Mediator/ConfigMediatorProtocol.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Config/Mediator/ConfigSourceProtocol.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Config/Model/ColorConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Config/Model/EmptyConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/BinaryFloatingPoint+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Core/Extensions/BinaryInteger+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/6/13.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Core/Extensions/Bundle+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/CACornerMask+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
#if !os(watchOS)

Sources/Core/Extensions/CGPoint+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2025/2/17.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Core/Extensions/Character+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/6/13.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Collection+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/ContentMode+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/6/12.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Core/Extensions/Date+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Dictionary+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/DispatchQueue+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Extendable/Extendable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Extendable/GenericExtendable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Extendable/TwoGenericExtendable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/10.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/FileManager+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/MutableCollection+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/Numeric+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

Sources/Core/Extensions/Optional+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/5/23.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/RangeReplaceableCollection+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2025/2/18.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import Foundation

Sources/Core/Extensions/String+RAK.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RakuyoKit
44
//
55
// Created by Rakuyo on 2024/4/9.
6-
// Copyright © 2024 RakuyoKit. All rights reserved.
6+
// Copyright © 2024-2025 RakuyoKit. All rights reserved.
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)