فهرست منبع

VLCMediaPlayer: Fix IPHONE guard

Soomin Lee 7 سال پیش
والد
کامیت
a8517e7fd5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Headers/Public/VLCMediaPlayer.h

+ 1 - 1
Headers/Public/VLCMediaPlayer.h

@@ -809,7 +809,7 @@ extern NSString *const VLCTitleDescriptionIsMenu;
  */
 @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *snapshots;
 
-#if TARGET_OS_PHONE
+#if TARGET_OS_IPHONE
 /**
  * Get last snapshot available.
  * \return an UIImage with the last snapshot available.