sogo/UI/Contacts/UIxContactFolderActions.h
Francis Lachapelle 4be5c939c3 Monotone-Parent: 90c34f3f070d02780a48b3d6cb6c8b55f5610898
Monotone-Revision: e879ac812e9a6a28e427bd5c6c96b5a3be099ad0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-07-09T03:32:17
Monotone-Branch: ca.inverse.sogo
2008-07-09 03:32:17 +00:00

40 lines
1.1 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
{
}
- (WOResponse *) copyAction;
- (WOResponse *) moveAction;
@end
#endif /* UIXCONTACTFOLDERACTIONS_H */