Skip to content

Commit 62526eb

Browse files
Remove IBDesignable (#2627)
1 parent adbf70d commit 62526eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kickstarter-iOS/Features/Discovery/Views/DiscoveryProjectCategoryView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Library
44
import Prelude
55
import UIKit
66

7-
@IBDesignable internal final class DiscoveryProjectCategoryView: UIView, NibLoading {
7+
internal final class DiscoveryProjectCategoryView: UIView, NibLoading {
88
private let viewModel: DiscoveryProjectCategoryViewModelType = DiscoveryProjectCategoryViewModel()
99

1010
@IBOutlet private var blurView: UIImageView!

0 commit comments

Comments
 (0)