123456789101112 |
- #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) Text* animationType;
-
- @end
|