Explorar o código

MobileVLCKit: fix one-header-includes-all

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
64af03c6f8
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      Headers/Public/MobileVLCKit.h

+ 4 - 2
Headers/Public/MobileVLCKit.h

@@ -20,13 +20,14 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#import <MobileVLCKit/VLCAudio.h>
 #import <MobileVLCKit/VLCLibrary.h>
 #import <MobileVLCKit/VLCMedia.h>
+#import <MobileVLCKit/VLCMediaDiscoverer.h>
 #import <MobileVLCKit/VLCMediaList.h>
 #import <MobileVLCKit/VLCMediaPlayer.h>
-#import <MobileVLCKit/VLCMediaDiscoverer.h>
+#import <MobileVLCKit/VLCMediaThumbnailer.h>
 #import <MobileVLCKit/VLCTime.h>
-#import <MobileVLCKit/VLCAudio.h>
 
 @class VLCMedia;
 @class VLCMediaLibrary;
@@ -34,3 +35,4 @@
 @class VLCTime;
 @class VLCVideoView;
 @class VLCAudio;
+@class VLCMediaThumbnailer;