Search API Support: set up SearchViewController in the storyboard

This commit is contained in:
manuroe
2015-12-04 13:38:05 +01:00
parent b6bc331b2b
commit be8017dedb
6 changed files with 137 additions and 5 deletions
@@ -0,0 +1,17 @@
//
// SearchViewController.h
// Vector
//
// Created by Emmanuel ROHEE on 03/12/15.
// Copyright © 2015 matrix.org. All rights reserved.
//
#import "SegmentedViewController.h"
@class MXSession;
@interface SearchViewController : SegmentedViewController
- (void)displayWithSession:(MXSession*)session;
@end