12345678910111213 |
- #import "RNNOptions.h"
- #import "RNNSideMenuSideOptions.h"
-
- @interface RNNSideMenuOptions : RNNOptions
-
- @property (nonatomic, strong) RNNSideMenuSideOptions* left;
- @property (nonatomic, strong) RNNSideMenuSideOptions* right;
-
- @property (nonatomic, strong) Bool* shouldStretchDrawer;
- @property (nonatomic, strong) Double* animationVelocity;
-
- @end
|