Преглед на файлове

VLCKit: fix incomplete umbrella header

Felix Paul Kühne преди 10 години
родител
ревизия
caf9cfec3c
променени са 1 файла, в които са добавени 3 реда и са изтрити 5 реда
  1. 3 5
      Headers/Public/VLCKit.h

+ 3 - 5
Headers/Public/VLCKit.h

@@ -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;