回答編集履歴

1

訂正

2018/06/05 10:37

投稿

退会済みユーザー
test CHANGED
@@ -4,9 +4,11 @@
4
4
 
5
5
  ```swift
6
6
 
7
+ class HashtagIndex {
7
8
 
9
+
8
10
 
9
- class func hashtagIndex(genreIndex:Int) -> [String] {
11
+ class func hashtagIndex(genreIndex:Int) -> [String] {
10
12
 
11
13
  print(genreIndex)
12
14
 
@@ -38,6 +40,10 @@
38
40
 
39
41
  }
40
42
 
43
+
44
+
45
+ }
46
+
41
47
 
42
48
 
43
49
  ```