• R/O
  • HTTP
  • SSH
  • HTTPS

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

あれとこれのコンバータ


File Info

Rev. 8ece8bbf421226ddce3c4f26df1acff3c279292f
Tamaño 393 octetos
Tiempo 2011-12-03 17:21:11
Autor masakih
Log Message

Treat source code

ソースコードの整理。

Content

//
//  BSThreadListItemObject.h
//  BathyScaphe
//
//  Created by Hori,Masaki on 10/10/17.
//  Copyright 2010 masakih. All rights reserved.
//

#import <CoreData/CoreData.h>

@class BSThreadInformationObject;

@interface BSThreadListItemObject :  NSManagedObject  
{
}

@property (nonatomic, retain) NSNumber * index;
@property (nonatomic, retain) BSThreadInformationObject * thread;

@end