CKTranscriptManagementController.h 169 B

12345678
  1. #import "CKViewController.h"
  2. @interface CKTranscriptManagementController : CKViewController
  3. - (instancetype)initWithConversation:(CKConversation *)conversation;
  4. @end