mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
♻️ :: Prefer private extension
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ final class GradientActivityIndicatorViewModel {
|
||||
|
||||
// MARK: - Helper
|
||||
|
||||
extension Array where Element == UIColor {
|
||||
private extension Array where Element == UIColor {
|
||||
|
||||
/// Creates an infinite gradient out of the given colors.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user