diff --git a/XCDYouTubeKit/XCDYouTubeVideoOperation.m b/XCDYouTubeKit/XCDYouTubeVideoOperation.m index 1e3fe16c..226b9a37 100644 --- a/XCDYouTubeKit/XCDYouTubeVideoOperation.m +++ b/XCDYouTubeKit/XCDYouTubeVideoOperation.m @@ -13,6 +13,7 @@ #import "XCDYouTubePlayerScript.h" #import "XCDYouTubeLogger+Private.h" + typedef NS_ENUM(NSUInteger, XCDYouTubeRequestType) { XCDYouTubeRequestTypeGetVideoInfo = 1, XCDYouTubeRequestTypeWatchPage,