package com.th3rdwave.safeareacontext;

public enum SafeAreaViewEdges {
  TOP,
  RIGHT,
  BOTTOM,
  LEFT
}
