// // MoreMenuTitleView.h // LekangGuard // // Created by ecell on 2022/10/20. // #import NS_ASSUME_NONNULL_BEGIN @interface MoreMenuTitleView : UIView @property (nonatomic ,strong) NSString *titleStr; @end NS_ASSUME_NONNULL_END