// // PCSButton.m // sampleSDK // // Created by 王昭威 on 2023/1/18. // #import "PCSButton.h" @implementation PCSButton - (void)sendAction:(UIAction *)action{ [super sendAction:action]; } /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ @end