// // XRBaseView.h // BuguLive // // Created by 丁凯 on 2017/6/24. // Copyright © 2017年 xfg. All rights reserved. // #import @interface XRBaseView : UIView @property (strong, nonatomic)UIView *bottomView; //底部的View @property (weak,nonatomic) UIView *whiteView; @end