2013-07-31 12:32:24 +02:00
|
|
|
// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2013-07-30 23:54:59 +02:00
|
|
|
//
|
2013-07-31 12:32:24 +02:00
|
|
|
// This file is part of the LibreOffice project.
|
2013-07-30 23:54:59 +02:00
|
|
|
//
|
2013-07-31 12:32:24 +02:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2013-07-30 23:54:59 +02:00
|
|
|
|
2013-09-18 18:56:26 +02:00
|
|
|
#import "ServerListViewController.h"
|
2013-07-30 23:54:59 +02:00
|
|
|
|
2013-09-18 18:56:26 +02:00
|
|
|
@interface ServerListViewController_ipad : ServerListViewController
|
2013-07-30 23:54:59 +02:00
|
|
|
|
|
|
|
- (IBAction)cancelModalView:(id)sender;
|
|
|
|
|
|
|
|
@end
|