12345678910111213 |
- #import "RNNOptions.h"
- #import "MMDrawerController.h"
-
- @interface RNNSideMenuSideOptions : RNNOptions
-
- @property (nonatomic, strong) Bool* visible;
- @property (nonatomic, strong) Bool* enabled;
- @property (nonatomic, strong) Double* width;
- @property (nonatomic, strong) Bool* shouldStretchDrawer;
- @property (nonatomic, strong) Double* animationVelocity;
-
- @end
|