aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/kotlin/ca/allanwang/kau/sample/ImagePickerActivity.kt
blob: 8a2319248e33c8846a68e526f7de78a6733639ac (plain)
1
2
3
4
5
6
7
8
package ca.allanwang.kau.sample

import ca.allanwang.kau.imagepicker.ImagePickerActivityBase

/**
 * Created by Allan Wang on 2017-07-23.
 */
class ImagePickerActivity : ImagePickerActivityBase()