1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
notifications-for-youtube/Notifications for YouTube/NYTUtil.h
Kim Wittenburg 15062dfb27 Archive Project
2017-07-25 17:21:13 +02:00

17 lines
621 B
Objective-C
Executable File

//
// 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);