JXProgressVC.h 604 B

12345678910111213141516171819
  1. //
  2. // JXProgressVC.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/10/10.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @interface JXProgressVC : admobViewController
  10. @property (nonatomic,strong) UIProgressView * progressView;//进度条
  11. @property (nonatomic,strong) UILabel * progressLabel;//进度
  12. @property (nonatomic,strong) NSArray * dataArray;//数据
  13. @property (nonatomic,assign) long dbFriends;
  14. @property (nonatomic,strong) UILabel * dbCountLabel;
  15. @property (nonatomic,strong) UILabel * sysCountLabel;
  16. @property (nonatomic,strong) UIButton * comBtn;
  17. @end