jens@6: // jens@6: // MYOttoman_internal jens@6: // Ottoman jens@6: // jens@6: // Created by Jens Alfke on 9/22/09. jens@6: // Copyright 2009 Jens Alfke. All rights reserved. jens@6: // jens@6: jens@6: jens@6: #import "MYVersionDictionary.h" jens@6: jens@6: namespace Mooseyard { jens@6: class OverlayDictionary; jens@6: class VersionDictionary; jens@6: } jens@6: jens@6: @interface MYVersionDictionary () jens@6: - (id) _initWithVersionDictionary: (const Mooseyard::VersionDictionary*)dict; jens@6: @end jens@6: jens@6: @interface MYCurrentVersionDictionary () jens@6: - (id) _initWithOverlayDictionary: (Mooseyard::OverlayDictionary*)dict; jens@6: @end