Remove NSURLSessionConfiguration.h

NSURLSessionConfiguration lives in NSURLSession.h and this duplicate defintion was not included in the build, so it can be removed.
This commit is contained in:
Duncan Cunningham 2024-02-24 12:07:03 +01:00
parent c952468e11
commit f4b3a71fb1

View File

@ -1,5 +0,0 @@
#import <Foundation/NSObject.h>
@interface NSURLSessionConfiguration : NSObject
@end