root/lang/objective-c/HatebuCoreData/FakeBookmark.h

Revision 11714, 211 bytes (checked in by mootoh, 8 months ago)

adding UnitTest? case.

Line 
1//
2//  FakeBookmark.h
3//  HatebuCoreData
4//
5//  Created by mootoh on 5/17/08.
6//  Copyright 2008 deadbeaf.org. All rights reserved.
7//
8
9#import "Bookmark.h"
10
11
12@interface Bookmark (Fake)
13
14-(BOOL) isUpdated;
15@end
Note: See TracBrowser for help on using the browser.