]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIViewHeartbeat.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIViewHeartbeat.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <Foundation/NSObject.h>
8
9@class UIView;
10
11@interface UIViewHeartbeat : NSObject
12{
13 UIView *_view;
14 SEL _selector;
15 struct __GSHeartbeat *_heartbeat;
16}
17
18+ (void)startHeartbeatWithView:(id)fp8 selector:(SEL)fp12 inRunLoopMode:(id)fp16;
19+ (void)stopHeartbeatWithView:(id)fp8 selector:(SEL)fp12;
20- (void)dealloc;
21
22@end
23