Skip to content

Commit

Permalink
Chore [#356] 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Mar 3, 2024
1 parent 8228cd7 commit 77250d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1305,9 +1305,9 @@
C3C57BEE2A5C066B00B84CAA /* ViewController */,
C3C57BED2A5C066200B84CAA /* View */,
C3C57BF12A5C087600B84CAA /* Cells */,
C3C57BF42A5C093D00B84CAA /* FriendModel.swift */,
C31315A92A7A5F8100FB8B43 /* Search */,
C3E562712B94D68F003AFC6C /* Model */,
C3E562702B94B375003AFC6C /* Components */,
C31315A92A7A5F8100FB8B43 /* Search */,
);
path = Recommending;
sourceTree = "<group>";
Expand Down Expand Up @@ -2359,6 +2359,14 @@
path = Components;
sourceTree = "<group>";
};
C3E562712B94D68F003AFC6C /* Model */ = {
isa = PBXGroup;
children = (
C3C57BF42A5C093D00B84CAA /* FriendModel.swift */,
);
path = Model;
sourceTree = "<group>";
};
C3FF246D2A5D477400A97D40 /* Withdrawal */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit

class FriendAddButton: UIButton {
final class FriendAddButton: UIButton {

// MARK: - Functions
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
Expand Down

0 comments on commit 77250d3

Please sign in to comment.