CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/CatNiPErrorConsumer.h
Go to the documentation of this file.
00001 //
00002 //  CatNiPErrorConsumer.h
00003 //  CatNiP
00004 //
00005 //  Created by Antti V J Niemela, tkol on 6/16/11.
00006 //  Copyright 2011 University of Helsinki. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 
00012 @protocol CatNiPErrorConsumer <NSObject>
00013 
00014 -(void)processError:(NSError *)error;
00015 
00016 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines