mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-14 20:54:05 +00:00
git-subtree-dir: submodules/HockeySDK-iOS git-subtree-mainline: 085acd26c4432939403765234266e3c1be0f3dd9 git-subtree-split: c7d0c7026303253e2ac576c02655691e5d314fe2
48 lines
1.5 KiB
Plaintext
Executable File
48 lines
1.5 KiB
Plaintext
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{name}} {{kind}} Reference</title>
|
|
<link rel="stylesheet" type="text/css" href="{{path_to_root}}css/jazzy.css" />
|
|
<link rel="stylesheet" type="text/css" href="{{path_to_root}}css/highlight.css" />
|
|
<meta charset='utf-8'>
|
|
<script src="{{path_to_root}}js/jquery.min.js" defer></script>
|
|
<script src="{{path_to_root}}js/jazzy.js" defer></script>
|
|
{{{custom_head}}}
|
|
</head>
|
|
<body>
|
|
{{#dash_type}}
|
|
<a name="//apple_ref/{{language_stub}}/{{dash_type}}/{{name}}" class="dashAnchor"></a>
|
|
{{/dash_type}}
|
|
<a title="{{name}} {{kind}} Reference"></a>
|
|
{{> header}}
|
|
<div class="content-wrapper">
|
|
<p id="breadcrumbs">
|
|
<a href="{{path_to_root}}index.html">{{module_name}} Reference</a>
|
|
<img id="carat" src="{{path_to_root}}img/carat.png" />
|
|
{{name}} {{kind}} Reference
|
|
</p>
|
|
</div>
|
|
<div class="content-wrapper">
|
|
{{> nav}}
|
|
<article class="main-content">
|
|
<section>
|
|
<section class="section">
|
|
{{^hide_name}}<h1>{{name}}</h1>{{/hide_name}}
|
|
{{#declaration}}
|
|
<div class="declaration">
|
|
<div class="language">
|
|
{{{declaration}}}
|
|
</div>
|
|
</div>
|
|
{{/declaration}}
|
|
{{{overview}}}
|
|
</section>
|
|
{{> tasks}}
|
|
</section>
|
|
{{> footer}}
|
|
</article>
|
|
</div>
|
|
</body>
|
|
</div>
|
|
</html>
|