質問編集履歴
1
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -7,4 +7,7 @@
|
|
|
7
7
|
extension Alertable where Self :UIViewController {
|
|
8
8
|
```
|
|
9
9
|
下記のサイトにも出てきています
|
|
10
|
-
[https://tutorialmore.com/questions-2068503.htm](https://tutorialmore.com/questions-2068503.htm)
|
|
10
|
+
[https://tutorialmore.com/questions-2068503.htm](https://tutorialmore.com/questions-2068503.htm)
|
|
11
|
+
|
|
12
|
+
この場合Alertableを継承した(またはプロトコルなら批准)したクラスがUIViewControllerなら
|
|
13
|
+
extensionで追加した定義が使用できるという認識で合っていますでしょうか?
|