123456789101112131415161718192021 |
- //
- // ClickOKViewController.h
- // smartRhino
- //
- // Created by tederen on 2019/10/26.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ClickOKViewController : BaseViewController
- +(ClickOKViewController *)initClickOKViewController;
- @property (nonatomic, assign) NSInteger type;
- @property (nonatomic, assign) NSInteger indexId;
- @property (nonatomic, assign) NSInteger zanToTal;
- @end
- NS_ASSUME_NONNULL_END
|