Entry 3009

Simple interface in ObjC

   

Submitted by anonymous on Jan. 14, 2010 at 9:32 p.m.
Language: Objective-C. Code size: 150 bytes.

#import <Foundation/Foundation.h>

@interface ZXMLDelegate : NSObject
{
     BOOL push_back;
}

- (id) initWithFile:(NSString *) aPath;

@end

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).