mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Search API Support: set up SearchViewController in the storyboard
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user