client_Hale
2019-06-28 f925aa99e42b21a19ec441e44d87f06ef7f9ee53
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  suspendView.h
//  MaoerProject
//
//  Created by eliolu on 2018/8/17.
//  Copyright © 2018年 eliolu. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
@interface suspendView : UIView
 
@property(nonatomic, strong) UIImageView *bg;
@property(nonatomic, strong) UIImageView *haveNewGift;
 
+(suspendView *)getInstance;
 
@end