RosettaCodeData/Task/Distributed-programming/Objective-C/distributed-programming-2.m

7 lines
174 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#import <Foundation/Foundation.h>
#import "ActionObjectProtocol.h"
@interface ActionObject : NSObject <ActionObjectProtocol>
// we do not have much for this example!
@end