Expose user settings and defaults inline (cont'd)

This commit is contained in:
Francis Lachapelle
2017-06-01 13:50:46 -04:00
parent 72d2152b20
commit e8e0df8b53
3 changed files with 22 additions and 6 deletions

View File

@@ -21,9 +21,12 @@
#ifndef UIXJSONPREFERENCES_H
#define UIXJSONPREFERENCES_H
#import <UI/SOGoUI/SOGoDirectAction.h>
#import <SOGoUI/UIxComponent.h>
@interface UIxJSONPreferences : SOGoDirectAction
@interface UIxJSONPreferences : UIxComponent
- (NSString *) jsonDefaults;
- (NSString *) jsonSettings;
@end