├── README.md ├── YTAPI3 ├── API │ ├── APICalls │ │ ├── MABYT3_APIRequest.h │ │ └── MABYT3_APIRequest.m │ ├── Activity │ │ ├── MABYT3_Activity.h │ │ ├── MABYT3_Activity.m │ │ ├── MABYT3_ActivityContentDetails.h │ │ ├── MABYT3_ActivityContentDetails.m │ │ ├── MABYT3_ActivityPlaylistItem.h │ │ ├── MABYT3_ActivityPlaylistItem.m │ │ ├── MABYT3_ActivityRecommendation.h │ │ ├── MABYT3_ActivityRecommendation.m │ │ ├── MABYT3_ActivitySnippet.h │ │ ├── MABYT3_ActivitySnippet.m │ │ ├── MABYT3_ActivitySocial.h │ │ └── MABYT3_ActivitySocial.m │ ├── Channel │ │ ├── BrandingSettings │ │ │ ├── MABYT3_ChannelBrandingSettings.h │ │ │ ├── MABYT3_ChannelBrandingSettings.m │ │ │ ├── MABYT3_ChannelBrandingSettingsChannel.h │ │ │ ├── MABYT3_ChannelBrandingSettingsChannel.m │ │ │ ├── MABYT3_ChannelBrandingSettingsImage.h │ │ │ ├── MABYT3_ChannelBrandingSettingsImage.m │ │ │ ├── MABYT3_ChannelBrandingSettingsWatch.h │ │ │ ├── MABYT3_ChannelBrandingSettingsWatch.m │ │ │ ├── MABYT3_LocalizedPropertyURL.h │ │ │ ├── MABYT3_LocalizedPropertyURL.m │ │ │ ├── MABYT3_PropertyURL.h │ │ │ └── MABYT3_PropertyURL.m │ │ ├── InVideoPromotion │ │ │ ├── MABYT3_ChannelInvideoPromotion.h │ │ │ ├── MABYT3_ChannelInvideoPromotion.m │ │ │ ├── MABYT3_ChannelInvideoPromotionDefaultTiming.h │ │ │ ├── MABYT3_ChannelInvideoPromotionDefaultTiming.m │ │ │ ├── MABYT3_ChannelInvideoPromotionItem.h │ │ │ ├── MABYT3_ChannelInvideoPromotionItem.m │ │ │ ├── MABYT3_ChannelInvideoPromotionItemIdentifier.h │ │ │ ├── MABYT3_ChannelInvideoPromotionItemIdentifier.m │ │ │ ├── MABYT3_ChannelInvideoPromotionPosition.h │ │ │ └── MABYT3_ChannelInvideoPromotionPosition.m │ │ ├── MABYT3_Channel.h │ │ ├── MABYT3_Channel.m │ │ ├── MABYT3_ChannelAuditDetails.h │ │ ├── MABYT3_ChannelAuditDetails.m │ │ ├── MABYT3_ChannelContentDetails.h │ │ ├── MABYT3_ChannelContentDetails.m │ │ ├── MABYT3_ChannelContentOwnerDetails.h │ │ ├── MABYT3_ChannelContentOwnerDetails.m │ │ ├── MABYT3_ChannelSnippet.h │ │ ├── MABYT3_ChannelSnippet.m │ │ ├── MABYT3_ChannelStatistics.h │ │ ├── MABYT3_ChannelStatistics.m │ │ ├── MABYT3_ChannelStatus.h │ │ └── MABYT3_ChannelStatus.m │ ├── ChannelSection │ │ ├── MABYT3_ChannelSection.h │ │ ├── MABYT3_ChannelSection.m │ │ ├── MABYT3_ChannelSectionContentDetails.h │ │ ├── MABYT3_ChannelSectionContentDetails.m │ │ ├── MABYT3_ChannelSectionSnippet.h │ │ └── MABYT3_ChannelSectionSnippet.m │ ├── MABYT3_ContentRating.h │ ├── MABYT3_ContentRating.m │ ├── MABYT3_GuideCategory.h │ ├── MABYT3_GuideCategory.m │ ├── MABYT3_Language.h │ ├── MABYT3_Language.m │ ├── MABYT3_Location.h │ ├── MABYT3_Location.m │ ├── MABYT3_Region.h │ ├── MABYT3_Region.m │ ├── MABYT3_RegionRestriction.h │ ├── MABYT3_RegionRestriction.m │ ├── MABYT3_ResourceId.h │ ├── MABYT3_ResourceId.m │ ├── MABYT3_Thumbnail.h │ ├── MABYT3_Thumbnail.m │ ├── MABYT3_VideoCategory.h │ ├── MABYT3_VideoCategory.m │ ├── MABYT3_enums.h │ ├── MAB_GDate.h │ ├── MAB_GDate.m │ ├── MAB_GLink.h │ ├── MAB_GLink.m │ ├── PlayList │ │ ├── MABYT3_PlayList.h │ │ ├── MABYT3_PlayList.m │ │ ├── MABYT3_PlayListContentDetails.h │ │ ├── MABYT3_PlayListContentDetails.m │ │ ├── MABYT3_PlayListSnippet.h │ │ └── MABYT3_PlayListSnippet.m │ ├── PlayListItem │ │ ├── MABYT3_PlayListItem.h │ │ ├── MABYT3_PlayListItem.m │ │ ├── MABYT3_PlayListItemContentDetails.h │ │ ├── MABYT3_PlayListItemContentDetails.m │ │ ├── MABYT3_PlayListItemSnippet.h │ │ └── MABYT3_PlayListItemSnippet.m │ ├── SearchItem │ │ ├── MABYT3_SearchItem.h │ │ ├── MABYT3_SearchItem.m │ │ ├── MABYT3_SearchItemSnippet.h │ │ └── MABYT3_SearchItemSnippet.m │ ├── Subscription │ │ ├── MABYT3_SubscriberSnippet.h │ │ ├── MABYT3_SubscriberSnippet.m │ │ ├── MABYT3_Subscription.h │ │ ├── MABYT3_Subscription.m │ │ ├── MABYT3_SubscriptionContentDetails.h │ │ ├── MABYT3_SubscriptionContentDetails.m │ │ ├── MABYT3_SubscriptionSnippet.h │ │ └── MABYT3_SubscriptionSnippet.m │ └── Video │ │ ├── MABYT3_AudioStreams.h │ │ ├── MABYT3_AudioStreams.m │ │ ├── MABYT3_Video.h │ │ ├── MABYT3_Video.m │ │ ├── MABYT3_VideoContentDetails.h │ │ ├── MABYT3_VideoContentDetails.m │ │ ├── MABYT3_VideoFileDetails.h │ │ ├── MABYT3_VideoFileDetails.m │ │ ├── MABYT3_VideoLiveStreamingDetails.h │ │ ├── MABYT3_VideoLiveStreamingDetails.m │ │ ├── MABYT3_VideoProcessingDetails.h │ │ ├── MABYT3_VideoProcessingDetails.m │ │ ├── MABYT3_VideoProcessingProgress.h │ │ ├── MABYT3_VideoProcessingProgress.m │ │ ├── MABYT3_VideoRecordingDetails.h │ │ ├── MABYT3_VideoRecordingDetails.m │ │ ├── MABYT3_VideoSnippet.h │ │ ├── MABYT3_VideoSnippet.m │ │ ├── MABYT3_VideoStatistics.h │ │ ├── MABYT3_VideoStatistics.m │ │ ├── MABYT3_VideoStatus.h │ │ ├── MABYT3_VideoStatus.m │ │ ├── MABYT3_VideoStreams.h │ │ ├── MABYT3_VideoStreams.m │ │ ├── MABYT3_VideoSuggestions.h │ │ └── MABYT3_VideoSuggestions.m └── OAuthFrameWork │ ├── MAB_GoogleAccessToken.h │ ├── MAB_GoogleAccessToken.m │ ├── MAB_GoogleOAuthTouchViewController.h │ ├── MAB_GoogleOAuthTouchViewController.m │ ├── MAB_GoogleUserCredentials.h │ └── MAB_GoogleUserCredentials.m ├── YTAPI3Demo.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── muhammadbassio.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── YTAPI3Demo.xcscheme │ └── xcschememanagement.plist ├── YTAPI3Demo ├── Base.lproj │ └── Main.storyboard ├── Images.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── LaunchImage.launchimage │ │ └── Contents.json ├── MABYT3_AppDelegate.h ├── MABYT3_AppDelegate.m ├── MABYT3_ViewController.h ├── MABYT3_ViewController.m ├── YTAPI3Demo-Info.plist ├── YTAPI3Demo-Prefix.pch ├── en.lproj │ └── InfoPlist.strings └── main.m └── YTAPI3DemoTests ├── YTAPI3DemoTests-Info.plist ├── YTAPI3DemoTests.m └── en.lproj └── InfoPlist.strings /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/README.md -------------------------------------------------------------------------------- /YTAPI3/API/APICalls/MABYT3_APIRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/APICalls/MABYT3_APIRequest.h -------------------------------------------------------------------------------- /YTAPI3/API/APICalls/MABYT3_APIRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/APICalls/MABYT3_APIRequest.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_Activity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_Activity.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_Activity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_Activity.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityPlaylistItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityPlaylistItem.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityPlaylistItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityPlaylistItem.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityRecommendation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityRecommendation.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivityRecommendation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivityRecommendation.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivitySnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivitySnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivitySnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivitySnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivitySocial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivitySocial.h -------------------------------------------------------------------------------- /YTAPI3/API/Activity/MABYT3_ActivitySocial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Activity/MABYT3_ActivitySocial.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettings.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettings.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsChannel.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsChannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsChannel.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsImage.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsImage.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsWatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsWatch.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsWatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_ChannelBrandingSettingsWatch.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_LocalizedPropertyURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_LocalizedPropertyURL.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_LocalizedPropertyURL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_LocalizedPropertyURL.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_PropertyURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_PropertyURL.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/BrandingSettings/MABYT3_PropertyURL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/BrandingSettings/MABYT3_PropertyURL.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotion.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotion.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionDefaultTiming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionDefaultTiming.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionDefaultTiming.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionDefaultTiming.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItem.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItem.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItemIdentifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItemIdentifier.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItemIdentifier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionItemIdentifier.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionPosition.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionPosition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/InVideoPromotion/MABYT3_ChannelInvideoPromotionPosition.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_Channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_Channel.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_Channel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_Channel.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelAuditDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelAuditDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelAuditDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelAuditDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelContentOwnerDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelContentOwnerDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelContentOwnerDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelContentOwnerDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelStatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelStatistics.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelStatistics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelStatistics.m -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelStatus.h -------------------------------------------------------------------------------- /YTAPI3/API/Channel/MABYT3_ChannelStatus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Channel/MABYT3_ChannelStatus.m -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSection.h -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSection.m -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSectionContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSectionContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSectionContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSectionContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSectionSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSectionSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/ChannelSection/MABYT3_ChannelSectionSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/ChannelSection/MABYT3_ChannelSectionSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_ContentRating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_ContentRating.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_ContentRating.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_ContentRating.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_GuideCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_GuideCategory.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_GuideCategory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_GuideCategory.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Language.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Language.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Language.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Location.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Location.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Location.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Location.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Region.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Region.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Region.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Region.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_RegionRestriction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_RegionRestriction.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_RegionRestriction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_RegionRestriction.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_ResourceId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_ResourceId.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_ResourceId.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_ResourceId.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Thumbnail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Thumbnail.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_Thumbnail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_Thumbnail.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_VideoCategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_VideoCategory.h -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_VideoCategory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_VideoCategory.m -------------------------------------------------------------------------------- /YTAPI3/API/MABYT3_enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MABYT3_enums.h -------------------------------------------------------------------------------- /YTAPI3/API/MAB_GDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MAB_GDate.h -------------------------------------------------------------------------------- /YTAPI3/API/MAB_GDate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MAB_GDate.m -------------------------------------------------------------------------------- /YTAPI3/API/MAB_GLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MAB_GLink.h -------------------------------------------------------------------------------- /YTAPI3/API/MAB_GLink.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/MAB_GLink.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayList.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayList.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayListContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayListContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayListContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayListContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayListSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayListSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayList/MABYT3_PlayListSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayList/MABYT3_PlayListSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItem.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItem.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItemContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItemContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItemContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItemContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItemSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItemSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/PlayListItem/MABYT3_PlayListItemSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/PlayListItem/MABYT3_PlayListItemSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/SearchItem/MABYT3_SearchItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/SearchItem/MABYT3_SearchItem.h -------------------------------------------------------------------------------- /YTAPI3/API/SearchItem/MABYT3_SearchItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/SearchItem/MABYT3_SearchItem.m -------------------------------------------------------------------------------- /YTAPI3/API/SearchItem/MABYT3_SearchItemSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/SearchItem/MABYT3_SearchItemSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/SearchItem/MABYT3_SearchItemSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/SearchItem/MABYT3_SearchItemSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriberSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriberSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriberSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriberSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_Subscription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_Subscription.h -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_Subscription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_Subscription.m -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriptionContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriptionContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriptionContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriptionContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriptionSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriptionSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/Subscription/MABYT3_SubscriptionSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Subscription/MABYT3_SubscriptionSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_AudioStreams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_AudioStreams.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_AudioStreams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_AudioStreams.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_Video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_Video.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_Video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_Video.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoContentDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoContentDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoContentDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoContentDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoFileDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoFileDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoFileDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoFileDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoLiveStreamingDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoLiveStreamingDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoLiveStreamingDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoLiveStreamingDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoProcessingDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoProcessingDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoProcessingDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoProcessingDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoProcessingProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoProcessingProgress.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoProcessingProgress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoProcessingProgress.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoRecordingDetails.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoRecordingDetails.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoRecordingDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoRecordingDetails.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoSnippet.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoSnippet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoSnippet.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStatistics.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStatistics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStatistics.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStatus.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStatus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStatus.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStreams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStreams.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoStreams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoStreams.m -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoSuggestions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoSuggestions.h -------------------------------------------------------------------------------- /YTAPI3/API/Video/MABYT3_VideoSuggestions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/API/Video/MABYT3_VideoSuggestions.m -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleAccessToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleAccessToken.h -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleAccessToken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleAccessToken.m -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleOAuthTouchViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleOAuthTouchViewController.h -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleOAuthTouchViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleOAuthTouchViewController.m -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleUserCredentials.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleUserCredentials.h -------------------------------------------------------------------------------- /YTAPI3/OAuthFrameWork/MAB_GoogleUserCredentials.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3/OAuthFrameWork/MAB_GoogleUserCredentials.m -------------------------------------------------------------------------------- /YTAPI3Demo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /YTAPI3Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcschemes/YTAPI3Demo.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcschemes/YTAPI3Demo.xcscheme -------------------------------------------------------------------------------- /YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo.xcodeproj/xcuserdata/muhammadbassio.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /YTAPI3Demo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /YTAPI3Demo/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /YTAPI3Demo/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /YTAPI3Demo/MABYT3_AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/MABYT3_AppDelegate.h -------------------------------------------------------------------------------- /YTAPI3Demo/MABYT3_AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/MABYT3_AppDelegate.m -------------------------------------------------------------------------------- /YTAPI3Demo/MABYT3_ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/MABYT3_ViewController.h -------------------------------------------------------------------------------- /YTAPI3Demo/MABYT3_ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/MABYT3_ViewController.m -------------------------------------------------------------------------------- /YTAPI3Demo/YTAPI3Demo-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/YTAPI3Demo-Info.plist -------------------------------------------------------------------------------- /YTAPI3Demo/YTAPI3Demo-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/YTAPI3Demo-Prefix.pch -------------------------------------------------------------------------------- /YTAPI3Demo/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /YTAPI3Demo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3Demo/main.m -------------------------------------------------------------------------------- /YTAPI3DemoTests/YTAPI3DemoTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3DemoTests/YTAPI3DemoTests-Info.plist -------------------------------------------------------------------------------- /YTAPI3DemoTests/YTAPI3DemoTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadbassio/YouTubeAPI3-Objective-C-wrapper/HEAD/YTAPI3DemoTests/YTAPI3DemoTests.m -------------------------------------------------------------------------------- /YTAPI3DemoTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | --------------------------------------------------------------------------------