15 lines
282 B
C
15 lines
282 B
C
|
//
|
||
|
// MLSplitViewDelegate.h
|
||
|
// Monal
|
||
|
//
|
||
|
// Created by Anurodh Pokharel on 12/4/17.
|
||
|
// Copyright © 2017 Monal.im. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface MLSplitViewDelegate : NSObject <UISplitViewControllerDelegate>
|
||
|
|
||
|
@end
|