Desenvolver e Download de Software Open Source

Browse Subversion Repository

Contents of /bathyscaphe/trunk/application/source/browser/BSBoardListItemHEADCheckTask.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1422 - (show annotations) (download) (as text)
Tue May 1 13:07:47 2012 UTC (12 years ago) by masakih
File MIME type: text/x-chdr
File size: 543 byte(s)
change task classes for thread list.

1 //
2 // BSBoardListItemHEADCheckTask.h
3 // BathyScaphe
4 //
5 // Created by Hori,Masaki on 06/08/13.
6 // Copyright 2006,2012 BathyScaphe Project. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import "BSThreadListTask.h"
11 #import "BSDBThreadList.h"
12 #import "BoardListItem.h"
13
14 @interface BSBoardListItemHEADCheckTask : BSThreadListTask
15 {
16 BSDBThreadList *targetList;
17 BoardListItem *item;
18
19 NSString *amountString;
20 NSString *descString;
21 }
22
23 + (id)taskWithThreadList:(BSDBThreadList *)list;
24 - (id)initWithThreadList:(BSDBThreadList *)list;
25
26 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26