mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-29 01:35:42 +08:00
add page manager
This commit is contained in:
21
ShadowWeb/SWBPage.m
Normal file
21
ShadowWeb/SWBPage.m
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// AQPage.m
|
||||
// AquaWeb
|
||||
//
|
||||
// Created by clowwindy on 11-6-18.
|
||||
// Copyright (c) 2011年 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "SWBPage.h"
|
||||
|
||||
|
||||
@implementation SWBPage
|
||||
@synthesize title;
|
||||
@synthesize url;
|
||||
@synthesize selected;
|
||||
@synthesize tag;
|
||||
|
||||
- (BOOL)isSelected {
|
||||
return [self.selected boolValue];
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user