Skip to content

Instantly share code, notes, and snippets.

@MTACS
MTACS / Tweak.xm
Created April 13, 2021 03:04
App icon download progress
@interface SBIcon : NSObject
@end
@interface SBLeafIcon : SBIcon
- (id)displayNameForLocation:(id)arg1;
@end
@interface SBIconView: UIView
@property (nonatomic, retain) SBIcon *icon;
- (void)_updateLabel;