Sha256: 08d5158aabf52643347d2afb5bf1669f8ef01811201f7ae2fd8c0c1900c76dfb
Contents?: true
Size: 309 Bytes
Versions: 75
Compression:
Stored size: 309 Bytes
Contents
// // RhoDelegate.h // rhorunner // // Created by lars on 8/11/09. // Copyright 2009 Home. All rights reserved. // #import <Foundation/Foundation.h> @interface RhoDelegate : NSObject { NSString* postUrl; } @property (readwrite, copy) NSString *postUrl; //- (void)doCallback:(NSString*)message; @end
Version data entries
75 entries across 75 versions & 1 rubygems