Protocols
The following protocols are available globally.
-
折叠Cell需要继承该协议
Declaration
Swift
public protocol FoldTableViewHeaderCell : AnyObject -
Undocumented
Declaration
Swift
public protocol FoldTableViewDataSource : UITableViewDataSource -
Undocumented
Declaration
Swift
public protocol FoldTableViewDelegate : UITableViewDelegate -
GridMenuView代理
Declaration
Swift
@objc public protocol GridMenuViewItemDelegate -
GrowingTextViewDelegate
Declaration
Swift
public protocol GrowingTextViewDelegate : AnyObject -
图片选取View代理
Declaration
Swift
@objc public protocol ImagePickGridViewDelegte -
Undocumented
Declaration
Swift
public protocol MaskPopupViewAnimationProtocol : AnyObject -
Undocumented
Declaration
Swift
public protocol RollingNoticeViewDataSource : AnyObject -
Undocumented
Declaration
Swift
public protocol RollingNoticeViewDelegate : AnyObject -
协议
Declaration
Swift
@objc public protocol TreeTableViewDelegate -
协议
Declaration
Swift
public protocol TreeTableViewSearchBarDelegate : AnyObject -
引用类型协议
Declaration
Swift
public protocol TxExtensionWrapperCompatible : AnyObject -
值类型协议
Declaration
Swift
public protocol TxExtensionWrapperCompatibleValue
-
Undocumented
Declaration
Swift
public protocol UserDefaultsStoreValue -
空协议,各组件模块去实现该协议
Declaration
Swift
public protocol ApplicationService : UIApplicationDelegate, UNUserNotificationCenterDelegate
-
UserDefaults存储协议,建议用枚举去实现该协议
Declaration
Swift
public protocol UserDefaultsProtocol
View on GitHub
Protocols Reference