RSS

(root)/iphone/tappity : 46 : tappity/source/TappityView.h

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to tappity/source/TappityView.h

Dömötör Gulyás
2009-10-27 01:03:19
Revision ID: dognotdog@gmail.com-20091027000319-1vrkixkgf9lkud6g
adds tappity project

Show diffs side-by-side

added added

removed removed

 
1
//
 
2
//  TappityView.h
 
3
//  tappity
 
4
//
 
5
//  Created by döme on 25.10.2009.
 
6
//  Copyright 2009 __MyCompanyName__. All rights reserved.
 
7
//
 
8
 
 
9
#import <UIKit/UIKit.h>
 
10
 
 
11
@class TappityClient;
 
12
 
 
13
@interface TappityView : UIView
 
14
{
 
15
        TappityClient*  tapClient;
 
16
}
 
17
 
 
18
@property(retain) TappityClient* tapClient;
 
19
 
 
20
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches