Skip to content

Commit

Permalink
Fix overriding non-open class outside module
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Apr 18, 2024
1 parent 90c0e4d commit 5c3004b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ class Gutenblock: ParagraphProperty {
required public init?(coder aDecoder: NSCoder){
super.init(coder: aDecoder)
}

override public class var supportsSecureCoding: Bool { true }

}

0 comments on commit 5c3004b

Please sign in to comment.