質問編集履歴

1

余分なコードを削除しました。

2019/10/19 00:26

投稿

syoco0330
syoco0330

スコア30

test CHANGED
File without changes
test CHANGED
@@ -182,20 +182,6 @@
182
182
 
183
183
 
184
184
 
185
- // CGRectMake
186
-
187
- func CGRectMake(_ x: CGFloat, _ y: CGFloat, _ width: CGFloat, _ height: CGFloat) -> CGRect{
188
-
189
-
190
-
191
- return CGRect(x: x, y: y, width: width, height: height)
192
-
193
-
194
-
195
- }
196
-
197
-
198
-
199
185
  func sentenceChange(text: String) {
200
186
 
201
187