fix(administration): add theme preview

This commit is contained in:
Francis Lachapelle
2022-05-12 16:11:23 -04:00
parent 1e9ae3184b
commit 33217456fc
7 changed files with 133 additions and 4 deletions
+10 -3
View File
@@ -1,8 +1,6 @@
/* UIxAdministration.m - this file is part of SOGo
*
* Copyright (C) 2009 Inverse inc.
*
* Author: Francis Lachapelle <flachapelle@inverse.ca>
* Copyright (C) 2022 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -57,3 +55,12 @@
}
@end
/* Theme Preview */
@interface UIxThemePreview : UIxComponent
@end
@implementation UIxThemePreview
@end