Parcelable, minor: Rename MagicParcel to Parcelize

This commit is contained in:
Yan Zhulanow
2017-07-26 17:57:22 +03:00
parent f29cf07fa4
commit ea1068a822
51 changed files with 102 additions and 102 deletions
@@ -5,5 +5,5 @@ import android.os.Parcelable
import android.os.IBinder
import android.os.IInterface
@MagicParcel
@Parcelize
class User(val binder: IBinder, val intf: IInterface?) : Parcelable