client_Hale
2019-02-27 e9a2416db8de22259d9d68ff8b2164e447660db6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  GiftView.h
//  MaoerProject
//
//  Created by eliolu on 2018/8/24.
//  Copyright © 2018年 eliolu. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
@interface GiftView : UIView
 
+(GiftView *)getInstance;
 
-(void)GetGiftInfo;
 
@property(nonatomic, strong) UIButton *backBt;
 
@end