// // ShuoMingView.h // miliao // // Created by 翟三美 on 2020/8/14. // Copyright © 2020 miliao. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface BJBoxRuleAlert : UIView - (void)showOnView:(UIView *)parent WithType:(NSInteger)type; @end NS_ASSUME_NONNULL_END