Archive Project
This commit is contained in:
17
Notifications for YouTube/NYTUtil.h
Executable file
17
Notifications for YouTube/NYTUtil.h
Executable 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);
|
||||
Reference in New Issue
Block a user