blob: a8cecb31c9587f178ca592767aebf7b8a009dc29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
#ifndef _IMPL_NEOMEDIA_QUICKTIME_COMMON_H_
#define _IMPL_NEOMEDIA_QUICKTIME_COMMON_H_
#import <Foundation/NSObject.h>
#import <Foundation/NSString.h>
id NSObject_performSelector(id obj, NSString *selectorName);
#endif /* _IMPL_NEOMEDIA_QUICKTIME_COMMON_H_ */
|