17 lines
327 B
Objective-C
17 lines
327 B
Objective-C
//
|
|
// MaskViewBootomWaringView.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/20.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "GiGaBlockButton.h"
|
|
@interface MaskViewBootomWaringView : UIView
|
|
|
|
@property(nonatomic,strong) GiGaBlockButton *dismissBtn;
|
|
-(void)showView;
|
|
|
|
@end
|