mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
18 lines
337 B
Objective-C
18 lines
337 B
Objective-C
//
|
|
// 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 <UISearchBarDelegate>
|
|
|
|
- (void)displayWithSession:(MXSession*)session;
|
|
|
|
@end
|