Archive Project
This commit is contained in:
16
Brainfuck/Printer.h
Executable file
16
Brainfuck/Printer.h
Executable file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Printer.h
|
||||
// Brainfuck
|
||||
//
|
||||
// Created by Kim Wittenburg on 20.05.13.
|
||||
// Copyright (c) 2013 brainfuck. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol Printer <NSObject>
|
||||
@required
|
||||
|
||||
- (void)print:(NSString *)string;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user