ObjFW  Diff

Differences From Artifact [22fec78e10]:

To Artifact [572c030e5b]:


244
245
246
247
248
249
250
251
252
#endif
@end

#import "OFMutableDictionary.h"

#ifndef NSINTEGER_DEFINED
/* Required for dictionary literals to work */
# define NSDictionary OFDictionary
#endif







|

244
245
246
247
248
249
250
251
252
#endif
@end

#import "OFMutableDictionary.h"

#ifndef NSINTEGER_DEFINED
/* Required for dictionary literals to work */
@compatibility_alias NSDictionary OFDictionary;
#endif