質問編集履歴

2

コード修正

2015/08/21 12:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -56,6 +56,20 @@
56
56
 
57
57
 
58
58
 
59
+ ...
60
+
61
+
62
+
63
+ let a = A()
64
+
65
+ a.delegate = self
66
+
67
+
68
+
69
+ ...
70
+
71
+
72
+
59
73
  func sayHello() {
60
74
 
61
75
  println("hello")

1

修正

2015/08/21 12:03

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- delegate実装でのエラー
1
+ [Swift] delegate実装でのエラー
test CHANGED
File without changes