sogo/UI/Contacts/UIxContactFolderActions.h
Francis Lachapelle 4a29cda5b0 Monotone-Parent: 5652b12a99be3b69adbf207347b951ec2e5f6c89
Monotone-Revision: 45f4738cc8fd2e71713e3625b32c19bd7ac54ce4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-07-09T17:11:18
Monotone-Branch: ca.inverse.sogo
2008-07-09 17:11:18 +00:00

40 lines
1.2 KiB
Objective-C

/* UIxContactFolderActions.h - this file is part of SOGo
*
* Copyright (C) 2008 Inverse groupe conseil
*
* Author: Francis Lachapelle <flachapelle@inverse.ca>
*
* 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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXCONTACTFOLDERACTIONS_H
#define UIXCONTACTFOLDERACTIONS_H
#import <NGObjWeb/WODirectAction.h>
@class WOResponse;
@interface UIxContactFolderActions : WODirectAction
{
}
- (id <WOActionResults>) copyAction;
- (id <WOActionResults>) moveAction;
@end
#endif /* UIXCONTACTFOLDERACTIONS_H */