Skip to content

Commit

Permalink
Remove final class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Arclite committed Oct 31, 2024
1 parent 0716db8 commit 0c35557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Created by Geoff Pado on 10/31/24.
// Copyright © 2024 Cocoatype, LLC. All rights reserved.

final class PhotoEditingPathBrushStrokeView: UIControl, PhotoEditingBrushStrokeView {
class PhotoEditingPathBrushStrokeView: UIControl, PhotoEditingBrushStrokeView {
var color = UIColor.black {
didSet { pathLayer?.strokeColor = color.cgColor }
}
Expand Down

0 comments on commit 0c35557

Please sign in to comment.