CKTranscriptTypingIndicatorCell.h 177 B

123456789101112
  1. @interface CKTranscriptTypingIndicatorCell : UIView
  2. - (void)startPulseAnimation;
  3. - (void)stopPulseAnimation;
  4. - (void)startGrowAnimation;
  5. - (void)startShrinkAnimation;
  6. @end