Samond Classes Library 1.2.0-RELEASE build 166
SCCoding.h
Go to the documentation of this file.
1 //
2 // SCCoding.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 29.02.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
24 #import <Foundation/Foundation.h>
25 
40 @protocol SCCoding <NSCoding>
41 
42 #pragma mark -
43 #pragma mark Поддержка последовательных файлов
44 
60 - (id)initWithContentsOfSerializedFile:(NSString *)path;
61 
72 - (BOOL)writeContentsToSerializedFile:(NSString *)path;
73 
82 - (NSString *)className;
83 
84 @end
Standard protocol NSCoding extention protocol.
Definition: SCCoding.h:40
NSString * className()