23 #import <Cocoa/Cocoa.h> 24 #import <vlc_extensions.h> 36 - (instancetype)initWithInstance:(struct extension_t *)instance NS_DESIGNATED_INITIALIZER __attribute__((deprecated));
42 @property (NS_NONATOMIC_IOSONLY, readonly)
struct extension_t *instance
__attribute__((deprecated));
48 @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSString *name
__attribute__((deprecated));
54 @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSString *title
__attribute__((deprecated));
struct extension_t *instance __attribute__((deprecated))
Definition: VLCExtension.h:29