// // VerticalButton.h // LenzCameraNativeModuleForRN // // Created by 王昭威 on 2023/1/23. // #import "PCSButton.h" NS_ASSUME_NONNULL_BEGIN @interface VerticalButton : PCSButton @end NS_ASSUME_NONNULL_END