using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Swift.DAL.SocialWall.Feeds { public class Feeds { public List _feedResponse; public PageInformation _pageInformation; } }