mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-03-04 07:28:37 +00:00
Define a Whisper.View base class that automatically parses and renders templates and attributes defined by the subclass. This saves us a good number of lines of code as well as some marginal memory overhead, since we are no longer saving per-instance copies of template strings.