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