// // GiftInfomationView.h // MaoerProject // // Created by eliolu on 2018/8/24. // Copyright © 2018年 eliolu. All rights reserved. // #import @interface GiftInfomationView : UIView +(GiftInfomationView *)getInstance; -(void)setInfoWithDic:(NSDictionary *)dic; @property(nonatomic, strong)UIButton *backBt; @property(nonatomic, strong)UILabel *giftTitle; @property(nonatomic, strong)UILabel *giftContentTitle; @property(nonatomic, strong)UILabel *giftContent; @property(nonatomic, strong)UILabel *giftUseTitle; @property(nonatomic, strong)UILabel *giftUse; @property(nonatomic, strong)UILabel *sdkCode; @property(nonatomic, strong)UIButton *copyBt; @end