Skip to content

Instantly share code, notes, and snippets.

@sjazee
sjazee / TabRSSReader.m
Created April 9, 2011 14:31
This code snippet is taken from one of my RSS Reader iOS app and RSS feeds are pulled out from website by xml Parsing.
// RootViewController.m
// TabRSSReader
//
// Created by Saima on 1/28/11.
// Copyright 2011 it. All rights reserved.
//
#import "RootViewController.h"
#import "TabRSSReaderAppDelegate.h"