sogo/UI/MailerUI/MailerUIProduct.m
Wolfgang Sourdeau 4c611b60cb Monotone-Parent: 8713b03b75cde71f5a7dbc54ba1bf52054a6fe03
Monotone-Revision: d898546bf54d1d66a7825be7dacc2945070eecf5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-23T18:33:24
Monotone-Branch: ca.inverse.sogo
2007-05-23 18:33:24 +00:00

32 lines
929 B
Objective-C

/*
Copyright (C) 2004 SKYRIX Software AG
This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo 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 Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
#import <Foundation/NSObject.h>
@interface MailerUIProduct : NSObject
{
}
@end
@implementation MailerUIProduct
@end /* MailerUIProduct */