blob: 95daae8da62f1a5de329f59ef257d045039bb9b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#import <Foundation/Foundation.h>
#import <QSCore/QSCore.h>
@interface QSThingsPluginSource : QSObjectSource
@end
@interface QSCatalogEntry (OldStyleSourceSupport)
@property NSMutableDictionary *info;
- (id)objectForKey:(NSString *)key;
@end
|