NewsBlur/clients/ios/Other Sources/Overshare Kit/OSKWebPageTitleUtility.h

16 lines
330 B
C
Raw Normal View History

2014-09-17 16:58:44 -07:00
//
// OSKWebPageTitleUtility.h
// Unread
//
// Created by Jared on 4/30/14.
// Copyright (c) 2014 Nice Boy LLC. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface OSKWebPageTitleUtility : NSObject
+ (void)getWebPageTitleForURL:(NSString *)url completion:(void(^)(NSString *fetchedTitle))completion;
@end