aboutsummaryrefslogtreecommitdiff
path: root/library/src/com/bumptech/glide/resize/bitmap_recycle/Poolable.java
blob: 33a5abb730c6bec904b475caa8d770a5d54fa4e2 (plain)
1
2
3
4
5
package com.bumptech.glide.resize.bitmap_recycle;

interface Poolable {
    public void offer();
}