author | Jens Alfke <jens@mooseyard.com> |
Thu Sep 24 21:47:06 2009 -0700 (2009-09-24) | |
changeset 6 | f2cd752db494 |
permissions | -rw-r--r-- |
jens@6 | 1 |
// |
jens@6 | 2 |
// MYOttoman_internal |
jens@6 | 3 |
// Ottoman |
jens@6 | 4 |
// |
jens@6 | 5 |
// Created by Jens Alfke on 9/22/09. |
jens@6 | 6 |
// Copyright 2009 Jens Alfke. All rights reserved. |
jens@6 | 7 |
// |
jens@6 | 8 |
|
jens@6 | 9 |
|
jens@6 | 10 |
#import "MYVersionDictionary.h" |
jens@6 | 11 |
|
jens@6 | 12 |
namespace Mooseyard { |
jens@6 | 13 |
class OverlayDictionary; |
jens@6 | 14 |
class VersionDictionary; |
jens@6 | 15 |
} |
jens@6 | 16 |
|
jens@6 | 17 |
@interface MYVersionDictionary () |
jens@6 | 18 |
- (id) _initWithVersionDictionary: (const Mooseyard::VersionDictionary*)dict; |
jens@6 | 19 |
@end |
jens@6 | 20 |
|
jens@6 | 21 |
@interface MYCurrentVersionDictionary () |
jens@6 | 22 |
- (id) _initWithOverlayDictionary: (Mooseyard::OverlayDictionary*)dict; |
jens@6 | 23 |
@end |