RemindingView.h 361 B

1234567891011121314
  1. //
  2. // RemindingView.h
  3. // BorrowMoney
  4. //
  5. // Created by JuYi on 2017/6/30.
  6. // Copyright © 2017年 JuYi. All rights reserved.
  7. // 没有数据 提示view
  8. #import <UIKit/UIKit.h>
  9. @interface RemindingView : UIView
  10. @property (nonatomic, strong) UIImageView *remindView; // 提示图片
  11. @property (nonatomic, strong) UILabel *remindLabel; // 提示语
  12. @end