/** * Copyright (c) 2012 Vinayak Solutions Private Limited * See the file license.txt for copying permission. */ package com.vinsol.expensetracker.cameraservice; public interface CameraFlashButtonCBInterface { void onClickListener(int item); }