forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
IOSurface iOS xcode9 beta2
Vincent Dondain edited this page Jun 21, 2017
·
1 revision
#IOSurface.framework
diff -ruN /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h
--- /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h 2017-05-30 01:25:49.000000000 -0400
+++ /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h 2017-06-14 00:41:56.000000000 -0400
@@ -173,8 +173,8 @@
- (void)setAttachment:(id)anObject forKey:(NSString *)key;
- (nullable id)attachmentForKey:(NSString *)key;
- (void)removeAttachmentForKey:(NSString *)key;
-- (void)setAllAttachments:(NSDictionary *)dict;
-- (nullable NSDictionary *)allAttachments;
+- (void)setAllAttachments:(NSDictionary<NSString *, id> *)dict;
+- (nullable NSDictionary<NSString *, id> *)allAttachments;
- (void)removeAllAttachments;
/* There are cases where it is useful to know whether or not an IOSurface buffer is considered to be "in use"