// // suspendView.h // MaoerProject // // Created by eliolu on 2018/8/17. // Copyright © 2018年 eliolu. All rights reserved. // #import @interface suspendView : UIView @property(nonatomic, strong) UIImageView *bg; @property(nonatomic, strong) UIImageView *haveNewGift; +(suspendView *)getInstance; @end