minivmac4ios/Mini vMac/Emulator.h

17 lines
301 B
C
Raw Normal View History

2016-05-28 11:01:13 +00:00
//
// Emulator.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 27/05/2016.
// Copyright © 2016 namedfork. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EmulatorProtocol.h"
@interface Emulator : NSObject <Emulator>
- (void)updateScreen:(CGImageRef)screenImage;
@end