123456789101112131415161718192021222324252627282930313233343536373839 |
- //
- // JZPlusTimeDetailView.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/10/23.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol JZPlusTimeDetailViewDelegate <NSObject>
- - (void)jzPlusTimeDetailViewDelegateTime:(NSString *)time Date:(NSDate *)date;
- @property UIButton *a6dyS5k3Zw;
- @property UIImage *ajbX7rBOJ;
- @property UIView *abAojm1r;
- @property UIEvent *abJMWl;
- @property UIEvent *aH7cbfp9U;
- @property UIInputView *ak1tQz0pu27;
- @property UIEdgeInsets *aa6Bl0Iu2;
- @end
- @interface JZPlusTimeDetailView : UIView
- @property (nonatomic, weak) id<JZPlusTimeDetailViewDelegate> delegate;
- - (void)show;
-
- @property UIButton *a6dyS5k3Zw;
- @property UIImage *ajbX7rBOJ;
- @property UIView *abAojm1r;
- @property UIEvent *abJMWl;
- @property UIEvent *aH7cbfp9U;
- @property UIInputView *ak1tQz0pu27;
- @property UIEdgeInsets *aa6Bl0Iu2;
- @end
|