|
1 | 1 | /*---------------------------------------------------------------------------
|
2 |
| -
|
| 2 | + |
3 | 3 | Modified 2024 by relikd
|
4 | 4 |
|
5 | 5 | Based on original version:
|
6 |
| -
|
| 6 | + |
7 | 7 | https://github.com/epatel/pinch-objc
|
8 | 8 |
|
9 | 9 | Copyright (c) 2011-2012 Edward Patel
|
10 |
| -
|
| 10 | + |
11 | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
12 | 12 | of this software and associated documentation files (the "Software"), to deal
|
13 | 13 | in the Software without restriction, including without limitation the rights
|
14 | 14 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15 | 15 | copies of the Software, and to permit persons to whom the Software is
|
16 | 16 | furnished to do so, subject to the following conditions:
|
17 |
| -
|
| 17 | + |
18 | 18 | The above copyright notice and this permission notice shall be included in
|
19 | 19 | all copies or substantial portions of the Software.
|
20 |
| -
|
| 20 | + |
21 | 21 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22 | 22 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
23 | 23 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24 | 24 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25 | 25 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26 | 26 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
27 | 27 | THE SOFTWARE.
|
28 |
| -
|
| 28 | + |
29 | 29 | ---------------------------------------------------------------------------*/
|
30 | 30 |
|
31 | 31 | #import <Foundation/Foundation.h>
|
|
0 commit comments