fix
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@property (nonatomic, strong) UILabel *titleLabel;
|
||||
// Apple 登录按钮容器(懒加载)
|
||||
@property (nonatomic, strong) UIView *appleContainer;
|
||||
// iOS13+ 的 Apple 登录按钮(懒加载)
|
||||
// Apple 登录按钮(懒加载)
|
||||
@property (nonatomic, strong) ASAuthorizationAppleIDButton *appleButton API_AVAILABLE(ios(13.0));
|
||||
// iOS13 以下的占位按钮(懒加载)
|
||||
@property (nonatomic, strong) UIButton *compatHintButton;
|
||||
|
||||
Reference in New Issue
Block a user