mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
14 lines
212 B
Objective-C
14 lines
212 B
Objective-C
//
|
|
// BookmarkGatewaySettingsController.h
|
|
// FreeRDP
|
|
//
|
|
// Created by Thinstuff Developer on 4/30/13.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface BookmarkGatewaySettingsController : UITableViewController
|
|
|
|
@end
|