This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+ // //////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments