``MyProtocol``
==============

.. index:: s:14MySwiftLibrary0A8ProtocolP

A protocol.



.. raw:: html

   <style>
   .doc-link {
       font-family: var(--font-stack--monospace);
   }
   </style>

   <script type="text/javascript">
   window.onload = function() {
       document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
           link.classList.add("doc-link");
           link.href = link.href.replace("#doclink", "");
       });
   }
   </script>



.. raw:: html

   <style>
   .toctree-wrapper ul {
       list-style-type: none;
       padding-left: 0;
       margin-left: 0;
   }

   .toctree-l1 {
       list-style: none;
   }

   .main .toctree-l1 > a > code > .pre { font-size: 120% !important; }
   </style>

Declaration
-----------


.. raw:: html

     <div class="highlight"><pre><span></span><span class="kd">protocol</span><span class="w"> </span><span class="nc">MyProtocol</span>
   </pre></div>


Functions
---------
.. toctree::
   :maxdepth: 1

   s_14MySwiftLibrary0A8ProtocolP3foo3barS2S_tF

Documentation text.


