aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/src/main/kotlin/ca/allanwang/kau/imagepicker/ImageHelper.kt
blob: 9b456799fd6e7084a594d75bae8d7812ad88c0ee (plain)
1
2
3
4
5
6
7
8
9
10
package ca.allanwang.kau.imagepicker

import com.bumptech.glide.annotation.GlideModule
import com.bumptech.glide.module.LibraryGlideModule

/**
 * Created by Allan Wang on 2017-07-04.
 */
@GlideModule
class KauGlide : LibraryGlideModule()