summaryrefslogtreecommitdiff
path: root/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
blob: 6631fcb1259eed39df871cd8291383f2766e78bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MLOTestingTileSubviewViewController.h
//  ios_sharedlo
//
//  Created by ptyl on 10/17/13.
//  Copyright (c) 2013 LibreOffice.org. All rights reserved.
//

#import "MLOViewController.h"

@class MLOAppRoleTileTester;
@interface MLOTestingTileSubviewViewController : MLOViewController
@property MLOAppRoleTileTester * tester;

@end