mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
12 lines
164 B
Objective-C
12 lines
164 B
Objective-C
/*
|
|
Copyright (C) todo...
|
|
*/
|
|
|
|
#import <Foundation/NSObject.h>
|
|
|
|
@interface SOGoAPIProduct : NSObject
|
|
@end
|
|
|
|
@implementation SOGoAPIProduct
|
|
@end /* SOGoAPIProduct */
|