1

Archive Project

This commit is contained in:
Kim Wittenburg
2017-07-25 17:21:13 +02:00
parent 7d4f001502
commit 15062dfb27
66 changed files with 14172 additions and 4692 deletions

View File

@@ -0,0 +1,17 @@
//
// NYTUtil.h
// Notifications for YouTube
//
// Created by Kim Wittenburg on 21.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
@class GTMOAuth2Authentication;
/* Convenience macro
*/
#define NYTNull [NSNull null]
/* Loads the contents of an URL synchronously. The URL request is authorized and authenticated for YouTube requests previously. If an error occurs nil is returned and outError is set to an appropriate error pointer. Otherwise outError is left unmodified.
*/
extern NSXMLDocument * LoadXMLDocumentSynchronous(NSString *url, GTMOAuth2Authentication *auth, NSError **outError);