using System; using System.Collections.Generic; using System.Text; namespace Shared.Phone { /// /// 普通的FrameLayout /// public class NormalFrameLayout : FrameLayoutBase { //目前没有什么特殊的功能 } }