Today's Menu  Portugal
journal and plan nutrition
Z5URLSessionController.h
Go to the documentation of this file.
1 //
2 // Z5URLSessionController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/8/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface Z5URLSessionController : NSObject <NSURLSessionDelegate>
12 
14 // -(void)fetchEmployeeDataWithCompletionBlock:(void(^)(NSArray *employeeArray, NSError *error)) completionBlock;
15 -(void)fetchUSDAdata:(NSURLRequest *)request withCompletionBlock:(void(^)(NSDictionary *informationDictionary, NSError *error)) incomingDictionary;
16 
17 @end