iOS 開発メモ

2021/04/19

iOS

func hoge(completion: () -> Void) {
  completion();
}
hoge{
  // callback
}