mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: c63043930112867a49e597782a3e8abfc45f8d27
Monotone-Revision: 3b6b3a0c9997e878297c4afee55f37405eef1aad Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-10T14:21:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -42,14 +42,4 @@
|
||||
|
||||
@implementation SOGoMessageMailBodyPart
|
||||
|
||||
+ (int)version {
|
||||
return [super version] + 0 /* v1 */;
|
||||
}
|
||||
|
||||
+ (void)initialize {
|
||||
NSAssert2([super version] == 1,
|
||||
@"invalid superclass (%@) version %i !",
|
||||
NSStringFromClass([self superclass]), [super version]);
|
||||
}
|
||||
|
||||
@end /* SOGoMessageMailBodyPart */
|
||||
|
||||
Reference in New Issue
Block a user