悟空记账

JZPlusTimeDetailView.h 874B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // JZPlusTimeDetailView.h
  3. // JIZHANG
  4. //
  5. // Created by xiaoxi on 2017/10/23.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol JZPlusTimeDetailViewDelegate <NSObject>
  10. - (void)jzPlusTimeDetailViewDelegateTime:(NSString *)time Date:(NSDate *)date;
  11. @property UIButton *a6dyS5k3Zw;
  12. @property UIImage *ajbX7rBOJ;
  13. @property UIView *abAojm1r;
  14. @property UIEvent *abJMWl;
  15. @property UIEvent *aH7cbfp9U;
  16. @property UIInputView *ak1tQz0pu27;
  17. @property UIEdgeInsets *aa6Bl0Iu2;
  18. @end
  19. @interface JZPlusTimeDetailView : UIView
  20. @property (nonatomic, weak) id<JZPlusTimeDetailViewDelegate> delegate;
  21. - (void)show;
  22. @property UIButton *a6dyS5k3Zw;
  23. @property UIImage *ajbX7rBOJ;
  24. @property UIView *abAojm1r;
  25. @property UIEvent *abJMWl;
  26. @property UIEvent *aH7cbfp9U;
  27. @property UIInputView *ak1tQz0pu27;
  28. @property UIEdgeInsets *aa6Bl0Iu2;
  29. @end