JSONify [UIxMailFolderActions createFolderAction]

This commit is contained in:
Francis Lachapelle
2014-12-18 13:50:32 -05:00
parent b552882011
commit 2d026b5ca5
2 changed files with 26 additions and 19 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
/* UIxMailFolderActions.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2014 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
@@ -29,7 +27,7 @@
@interface UIxMailFolderActions : WODirectAction
- (WOResponse *) createFolderAction;
- (id <WOActionResults>) createFolderAction;
- (WOResponse *) renameFolderAction;
- (WOResponse *) deleteAction;
- (WOResponse *) batchDeleteAction;