forked from JaviSoto/iOS10-Runtime-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (44 loc) · 2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<HTML>
<HEAD>
<TITLE>iOS Runtime Browser - Tree View</TITLE>
</HEAD>
<BODY>
<code>
<pre>
___ _ _ ___
| _ \_ _ _ _| |_(_)_ __ ___ | _ )_ _ _____ __ _____ ___ _ _
| / || | ' \ _| | ' \/ -_) | _ \ '_/ _ \ V V (_-// -_) '_|
|_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-------------------------------------------------------------------------------
<a href="/tree/Frameworks/">/Frameworks/</a>
<a href="/tree/PrivateFrameworks/">/PrivateFrameworks/</a>
<a href="/tree/lib/">/lib/</a>
<a href="/tree/protocols/">/protocols/</a>
-------------------------------------------------------------------------------
Source code: https://github.com/nst/RuntimeBrowser
Authors: Ezra Epstein ([email protected])
Nicolas Seriot ([email protected])
Copyright (c) 2002 by Prajna IT Consulting.
http://www.prajna.com
2015 by Nicolas Seriot
http://www.seriot.ch
========================================================================
THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
FOR ITS OPERATIONS IS 100% YOURS.
========================================================================
RuntimeBrowser is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
RuntimeBrowser is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
</pre>
</code>
</BODY>