VerticalButton.h 217 B

12345678910111213141516
  1. //
  2. // VerticalButton.h
  3. // LenzCameraNativeModuleForRN
  4. //
  5. // Created by 王昭威 on 2023/1/23.
  6. //
  7. #import "PCSButton.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface VerticalButton : PCSButton
  10. @end
  11. NS_ASSUME_NONNULL_END