File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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 {
22
33 func configureLayout( )
44}
Original file line number Diff line number Diff line change 11import UIKit
22
3- public protocol FooterViewDelegate : class {
3+ public protocol FooterViewDelegate : AnyObject {
44
55 func footerView( _ footerView: FooterView , didExpand expanded: Bool )
66}
Original file line number Diff line number Diff line change 11import UIKit
22
3- protocol HeaderViewDelegate : class {
3+ protocol HeaderViewDelegate : AnyObject {
44 func headerView( _ headerView: HeaderView , didPressDeleteButton deleteButton: UIButton )
55 func headerView( _ headerView: HeaderView , didPressCloseButton closeButton: UIButton )
66}
Original file line number Diff line number Diff line change 11import UIKit
22
3- public protocol InfoLabelDelegate : class {
3+ public protocol InfoLabelDelegate : AnyObject {
44
55 func infoLabel( _ infoLabel: InfoLabel , didExpand expanded: Bool )
66}
You can’t perform that action at this time.
0 commit comments