mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
17 lines
No EOL
553 B
Objective-C
17 lines
No EOL
553 B
Objective-C
//
|
|
// Created by Sami Samhuri on 2015-06-27.
|
|
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
|
|
//
|
|
@import UIKit;
|
|
|
|
@class SamhuriNet;
|
|
@class EditorViewController;
|
|
|
|
@interface BlogSplitViewController : UISplitViewController
|
|
|
|
@property (nonatomic, strong) SamhuriNet *site;
|
|
@property (nonatomic, readonly, strong) UINavigationController *masterNavigationController;
|
|
@property (nonatomic, readonly, strong) UINavigationController *detailNavigationController;
|
|
@property (nonatomic, readonly, strong) EditorViewController *editorViewController;
|
|
|
|
@end |