财神随手记账

JZNoDataView.h 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. //
  2. // JZNoDataView.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/11/2.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef NS_ENUM(NSInteger,JZNoDataType){
  10. JZNoDataTypeDefault,
  11. JZNoDataTypeLoggin
  12. };
  13. @protocol JZNoDataViewDelegate<NSObject>
  14. - (void)noDataViewPresent;
  15. @property UIWindow *aPhsMN;@property UIImageView *aIU3bGKzM;
  16. @property UICollectionView *aCRPm8v7AO6;
  17. @property UIControl *ahpV4Pi;
  18. @property UIAlertView *acop3ur;
  19. @property UIBarButtonItem *aA5OG8M6NoB;
  20. @property UIView *a8cIe;
  21. @property UIInputView *aiBexQ;
  22. @property UICollectionView *adgNYtuE8Jz;
  23. @property UIFontWeight *atNaiF7nE;
  24. @property UIEdgeInsets *aLTJtezufR;
  25. @property UISearchBar *aghf48I;
  26. @property UILabel *aR17J0Qi;
  27. @property UISearchBar *aOiSwoqJcuE;
  28. @property UIControlEvents *aOAVt20;
  29. @property UIControl *aNxOnjmuaM7;
  30. @property UIWindow *aEeJ92joUlc;@property UIFont *aSle3dJmiI;
  31. @property UIAlertView *ay9MsL;
  32. @property UIFontWeight *a90l8Hb;
  33. @property UIImageView *aEGSp;
  34. @end
  35. @interface JZNoDataView : UIView
  36. @property (nonatomic,assign)JZNoDataType dataType;
  37. @property (nonatomic,assign)id<JZNoDataViewDelegate>delegate;
  38. @property UIWindow *aPhsMN;@property UIImageView *aIU3bGKzM;
  39. @property UICollectionView *aCRPm8v7AO6;
  40. @property UIControl *ahpV4Pi;
  41. @property UIAlertView *acop3ur;
  42. @property UIBarButtonItem *aA5OG8M6NoB;
  43. @property UIView *a8cIe;
  44. @property UIInputView *aiBexQ;
  45. @property UICollectionView *adgNYtuE8Jz;
  46. @property UIFontWeight *atNaiF7nE;
  47. @property UIEdgeInsets *aLTJtezufR;
  48. @property UISearchBar *aghf48I;
  49. @property UILabel *aR17J0Qi;
  50. @property UISearchBar *aOiSwoqJcuE;
  51. @property UIControlEvents *aOAVt20;
  52. @property UIControl *aNxOnjmuaM7;
  53. @property UIWindow *aEeJ92joUlc;@property UIFont *aSle3dJmiI;
  54. @property UIAlertView *ay9MsL;
  55. @property UIFontWeight *a90l8Hb;
  56. @property UIImageView *aEGSp;
  57. @end