|
@@ -2,7 +2,7 @@
|
|
|
* VLCKit.h: VLCKit.framework main header
|
|
|
*****************************************************************************
|
|
|
* Copyright (C) 2007 Pierre d'Herbemont
|
|
|
- * Copyright (C) 2007, 2013 VLC authors and VideoLAN
|
|
|
+ * Copyright (C) 2007, 2013-2014 VLC authors and VideoLAN
|
|
|
* $Id$
|
|
|
*
|
|
|
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
|
|
@@ -22,10 +22,6 @@
|
|
|
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
|
|
|
*****************************************************************************/
|
|
|
|
|
|
-/**
|
|
|
- * TODO: Framework Documentation
|
|
|
- */
|
|
|
-
|
|
|
#import <VLCKit/VLCLibrary.h>
|
|
|
#import <VLCKit/VLCMedia.h>
|
|
|
#import <VLCKit/VLCMediaLibrary.h>
|
|
@@ -39,6 +35,8 @@
|
|
|
#import <VLCKit/VLCStreamSession.h>
|
|
|
#import <VLCKit/VLCStreamOutput.h>
|
|
|
#import <VLCKit/VLCMediaThumbnailer.h>
|
|
|
+#import <VLCKit/VLCExtension.h>
|
|
|
+#import <VLCKit/VLCExtensionsManager.h>
|
|
|
|
|
|
@class VLCMedia;
|
|
|
@class VLCMediaLibrary;
|