Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 42dfa8b

Browse files
committed
Added revtestexternal.mm file.
1 parent 3269466 commit 42dfa8b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Copyright (C) 2003-2013 Runtime Revolution Ltd.
2+
3+
This file is part of LiveCode.
4+
5+
LiveCode is free software; you can redistribute it and/or modify it under
6+
the terms of the GNU General Public License v3 as published by the Free
7+
Software Foundation.
8+
9+
LiveCode is distributed in the hope that it will be useful, but WITHOUT ANY
10+
WARRANTY; without even the implied warranty of MERCHANTABILITY or
11+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12+
for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
16+
17+
#include <cstdio>
18+
#include <cstdarg>
19+
20+
#import <Foundation/Foundation.h>
21+
22+
#include <LiveCode.h>
23+
24+
////////////////////////////////////////////////////////////////////////////////
25+
26+
NSArray *revTestExternalTestObjcArrays(NSArray *array)
27+
{
28+
return array;
29+
}
30+
31+
NSDictionary *revTestExternalTestObjcDictionaries(NSDictionary *dictionary)
32+
{
33+
return dictionary;
34+
}
35+
36+
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)