From 76f3afd5f620dfa53e0f5c5ab23f8d8ec3fef6d6 Mon Sep 17 00:00:00 2001 From: junseokNoh Date: Sat, 4 Sep 2021 23:02:14 +0900 Subject: [PATCH] #3 refactoring --- KNU_CSE/KNU_CSE/View/Main/Board/Reply/ReplyView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/KNU_CSE/KNU_CSE/View/Main/Board/Reply/ReplyView.swift b/KNU_CSE/KNU_CSE/View/Main/Board/Reply/ReplyView.swift index 628b707..d1515b9 100644 --- a/KNU_CSE/KNU_CSE/View/Main/Board/Reply/ReplyView.swift +++ b/KNU_CSE/KNU_CSE/View/Main/Board/Reply/ReplyView.swift @@ -386,9 +386,3 @@ extension ReplyView{ } } } - -extension ReplyView{ - func addReplys(replys:[Comment]){ - - } -}