Skip to content

Commit 2ddcba3

Browse files
committed
UYLWorldFactsSearchScope typedef as NSIntegar
1 parent 042d11e commit 2ddcba3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WorldFacts/WorldFacts/UYLCountryTableViewController.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ @interface UYLCountryTableViewController () <NSFetchedResultsControllerDelegate,
4545
@property (strong, nonatomic) IBOutlet UITableViewCell *countryCell;
4646
@property (strong, nonatomic) UINib *countryCellNib;
4747

48-
typedef enum
48+
typedef NS_ENUM(NSInteger, UYLWorldFactsSearchScope)
4949
{
5050
searchScopeCountry = 0,
5151
searchScopeCapital = 1
52-
53-
} UYLWorldFactsSearchScope;
52+
};
5453

5554
@end
5655

0 commit comments

Comments
 (0)