SLKDefaultReplyView.m 278 B

12345678910111213141516
  1. //
  2. // SlackTextViewController
  3. // https://github.com/Ivansss/SlackTextViewController
  4. //
  5. // Copyright (c) 2023 Marcel Müller <marcel-mueller@gmx.de>
  6. // Licence: MIT-Licence
  7. //
  8. #import "SLKDefaultReplyView.h"
  9. @implementation SLKDefaultReplyView
  10. @synthesize visible;
  11. @end