20 lines
307 B
C
20 lines
307 B
C
|
|
//
|
||
|
|
// 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
|