File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- protocol LayoutConfigurable : class {
1
+ protocol LayoutConfigurable : AnyObject {
2
2
3
3
func configureLayout( )
4
4
}
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
3
- public protocol FooterViewDelegate : class {
3
+ public protocol FooterViewDelegate : AnyObject {
4
4
5
5
func footerView( _ footerView: FooterView , didExpand expanded: Bool )
6
6
}
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
3
- protocol HeaderViewDelegate : class {
3
+ protocol HeaderViewDelegate : AnyObject {
4
4
func headerView( _ headerView: HeaderView , didPressDeleteButton deleteButton: UIButton )
5
5
func headerView( _ headerView: HeaderView , didPressCloseButton closeButton: UIButton )
6
6
}
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
3
- public protocol InfoLabelDelegate : class {
3
+ public protocol InfoLabelDelegate : AnyObject {
4
4
5
5
func infoLabel( _ infoLabel: InfoLabel , didExpand expanded: Bool )
6
6
}
You can’t perform that action at this time.
0 commit comments