Samond Classes Library 1.1.6-RELEASE build 132

SCCodingProtocol.h

Go to the documentation of this file.
00001 //
00002 //  SCCodingProtocol.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 29.02.12.
00006 //  Copyright (c) 2007 - 2013 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00016 #import <Foundation/Foundation.h>
00017 
00025 @protocol SCCodingProtocol <NSCoding>
00026 
00032 - (id)initWithContentsOfSerializedFile:(NSString *)path;
00033 
00039 - (BOOL)writeContentsToSerializedFile:(NSString *)path;
00040 
00045 - (NSString *)className;
00046 
00047 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines