YBButton.m 220 B

123456789101112131415161718
  1. //
  2. // YBButton.m
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/4/18.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import "YBButton.h"
  9. @implementation YBButton
  10. - (void)setHighlighted:(BOOL)highlighted{
  11. }
  12. @end