123456789101112 |
- #import "RNNLayoutInfo.h"
- #import "RNNBasePresenter.h"
-
- @protocol RNNLayoutProtocol <NSObject, UINavigationControllerDelegate, UIViewControllerTransitioningDelegate, UISplitViewControllerDelegate>
-
- @required
-
- @property (nonatomic, retain) RNNBasePresenter* presenter;
- @property (nonatomic, retain) RNNLayoutInfo* layoutInfo;
-
- @end
|