package com.whatsapp.v216102;
import android.app.Activity;
/**
* Created by brianvalente on 2/10/16.
*/
public class q {
public q(Activity activity, ls ls) {}
// Starts voice note recording
public void i() {}
// Stops voice note recording
public void b(boolean bool) {}
// Set the user number to send the voice note
public void a(String user) {}
}