XRBaseView.h 301 B

12345678910111213141516
  1. //
  2. // XRBaseView.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/6/24.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface XRBaseView : UIView
  10. @property (strong, nonatomic)UIView *bottomView; //底部的View
  11. @property (weak,nonatomic) UIView *whiteView;
  12. @end