获取extension,判断第一次

This commit is contained in:
2025-10-27 21:11:28 +08:00
parent a9625369f7
commit d4ebfb9909
6 changed files with 92 additions and 42 deletions

View File

@@ -9,12 +9,13 @@
@implementation KBToolBar
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
- (instancetype)initWithFrame:(CGRect)frame{
if (self = [super initWithFrame:frame]) {
}
return self;
}
*/
@end