This commit is contained in:
2025-11-06 15:16:03 +08:00
parent a1db745b6c
commit 41aec6b89e
5 changed files with 93 additions and 3 deletions

View File

@@ -76,3 +76,4 @@ static inline CGFloat KBFit(CGFloat designValue) {
#ifndef KBWeakSelf
#define KBWeakSelf __weak __typeof(self) weakSelf = self;
#endif