Files

20 lines
307 B
C
Raw Permalink Normal View History

2025-08-11 10:43:19 +08:00
//
// ShuoMingView.h
// miliao
//
// Created by 翟三美 on 2020/8/14.
// Copyright © 2020 miliao. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BJBoxRuleAlert : UIView
- (void)showOnView:(UIView *)parent WithType:(NSInteger)type;
@end
NS_ASSUME_NONNULL_END