hello, We found a bug at line 78, class: BFPapaerButton.m - (instancetype)initWithCoder:(NSCoder *)decoder { **self = [super initWithCoder:decoder];** if (self) { [self setupRaised:YES]; } return self; } please help me check and fix it
hello,
We found a bug at line 78, class: BFPapaerButton.m
{
self = [super initWithCoder:decoder];
if (self) {
[self setupRaised:YES];
}
return self;
}
please help me check and fix it