Album.kt 103 B

123456
  1. package com.ethosa.ktc.college.gallery
  2. /**
  3. * List of image urls
  4. */
  5. class Album : ArrayList<String>()