This commit is contained in:
2025-11-12 16:49:19 +08:00
parent fea22aecab
commit 2f4205ad1a
7 changed files with 144 additions and 18 deletions

View File

@@ -17,7 +17,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 头像/图标
@property (nonatomic, strong, readonly) UIImageView *iconView;
/// 显示/隐藏加载指示(小菊花)
- (void)setLoading:(BOOL)loading;
@end
NS_ASSUME_NONNULL_END