23
Nov
09

Header File

This is the header for the primary data class we were able to
implement and populate with live web data:


#import


@interface Day : NSObject {
NSString *date;
NSString *newVisitors;
NSString *pageViews;
NSString *timeSpent;
NSString *visitors;
NSString *visits;
NSString *interval;
NSMutableArray *hours;
}


@property(nonatomic, copy) NSString *date;
@property(nonatomic, copy) NSString *newVisitors;
@property(nonatomic, copy) NSString *pageViews;
@property(nonatomic, copy) NSString *timeSpent;
@property(nonatomic, copy) NSString *visitors;
@property(nonatomic, copy) NSString *visits;
@property(nonatomic, copy) NSString *interval;
@property(nonatomic, copy) NSMutableArray *hours;


@end

Advertisement

0 Responses to “Header File”



  1. Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


RSS Bit Bucket Commits

  • An error has occurred; the feed is probably down. Try again later.

Dev Team Twitter

Kangacard

Follow

Get every new post delivered to your Inbox.