فهرست منبع

Fix issue with iOS 9-beta

Sebastián Katzer 10 سال پیش
والد
کامیت
593fe5a8d3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/ios/APPLocalNotificationOptions.m

+ 1 - 1
src/ios/APPLocalNotificationOptions.m

@@ -29,7 +29,7 @@ NSString* const DEFAULT_SOUND = @"res://platform_default";
 @interface APPLocalNotificationOptions ()
 
 // The dictionary which contains all notification properties
-@property(readwrite, assign) NSDictionary* dict;
+@property(nonatomic, retain) NSDictionary* dict;
 
 @end