Added private-externs flag to Xcode build targets, which prevents pesky link warnings in the Release configuration.
5 // Created by Jens Alfke on 9/22/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
10 #import "MYVersionDictionary.h"
13 class OverlayDictionary;
14 class VersionDictionary;
17 @interface MYVersionDictionary ()
18 - (id) _initWithVersionDictionary: (const Mooseyard::VersionDictionary*)dict;
21 @interface MYCurrentVersionDictionary ()
22 - (id) _initWithOverlayDictionary: (Mooseyard::OverlayDictionary*)dict;