Protocol
LibraryTableViewCellDelegate
protocol LibraryTableViewCellDelegate
Requirements
deleteSuccess(recordingId:)
func deleteSuccess(recordingId: String)
deleteFailed(recordingId:)
func deleteFailed(recordingId: String)
didCompletedUploadWithError(recordingId:)
func didCompletedUploadWithError(recordingId: String)
didCompletedUploadWithoutError(recordingId:)
func didCompletedUploadWithoutError(recordingId: String)