sogo/SOPE/NGCards/NGVCardPhoto.h
Wolfgang Sourdeau bb19a2ab6b Monotone-Parent: b9ef4467c8539893214db9196096daa10370d0a6
Monotone-Revision: f75e6976fca1f78ba386ba4306bd6b4439f1de17

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-16T19:28:57
Monotone-Branch: ca.inverse.sogo
2010-07-16 19:28:57 +00:00

42 lines
1.1 KiB
Objective-C

/* NGVCardPhoto.h - this file is part of NGCards
*
* Copyright (C) 2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* NGCards 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.
*
* NGCards 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 NGCards; see the file COPYING. If not, write to the
* Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*/
#ifndef NGVCARDPHOTO_H
#define NGVCARDPHOTO_H
#import "CardElement.h"
@class NSData;
@class NSString;
@interface NGVCardPhoto : CardElement
- (BOOL) isInline;
- (NSString *) type;
- (NSData *) decodedContent;
@end
#endif /* NGVCARDPHOTO_H */