Explorar o código

Fix getter override type mismatch.

Oops! Caught by running with -Weverything.
Ryan Olson %!s(int64=12) %!d(string=hai) anos
pai
achega
7b60fca9bd

+ 1 - 1
Classes/Object Explorers/FLEXDictionaryExplorerViewController.m

@@ -18,7 +18,7 @@
 
 @implementation FLEXDictionaryExplorerViewController
 
-- (NSArray *)dictionary
+- (NSDictionary *)dictionary
 {
     return [self.object isKindOfClass:[NSDictionary class]] ? self.object : nil;
 }