15 lines
282 B
Objective-C
15 lines
282 B
Objective-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
|