We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a940a commit 4b6bbabCopy full SHA for 4b6bbab
2 files changed
Help/DesignPatterns/FactoryMethod.swift
@@ -10,7 +10,7 @@ import UIKit
10
11
// structure Factory Method
12
// MARK: Creator
13
-final class FactoryExercises {
+class FactoryExercises {
14
15
static let defaultFactory = FactoryExercises()
16
README.md
@@ -1367,7 +1367,7 @@ private func respondToSwipeGesture(gesture: UIGestureRecognizer) {
1367
1368
1369
1370
1371
1372
1373
0 commit comments