- //
- // PrecautionsView.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/4/25.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PrecautionsView : UIView
- +(PrecautionsView *)showPrecautionsViewWithContent:(NSString *)content;
- @end
|