Skip to content

Commit

Permalink
➕ Add: communityFilter의 정보를 전달하는 SendCommunityFilterInfoDelegate 추가 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Oct 16, 2022
1 parent 22935b0 commit 6c657eb
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// SendCommunityFilterInfoDelegate.swift
// NadoSunbae
//
// Created by hwangJi on 2022/10/16.
//

import Foundation

protocol SendCommunityFilterInfoDelegate {
func sendCommunityFilterInfo(majorID: Int, majorName: String)
}

0 comments on commit 6c657eb

Please sign in to comment.