CSSocial
 All Classes Functions Properties Pages
/Users/marko/Documents/CSLib/CSSocial/CSTwitteriOS5Plugin.h
1 //
2 // CSTwitteriOS5Plugin.h
3 // CSSocial
4 //
5 // Created by Marko Hlebar on 11/26/12.
6 // Copyright (c) 2012 Clover Studio. All rights reserved.
7 //
8 
9 #import "CSTwitterPlugin.h"
10 #import <Accounts/Accounts.h>
11 #import <UIKit/UIKit.h>
12 
13 @interface CSTwitteriOS5Plugin : CSTwitterPlugin <UIActionSheetDelegate, UIPickerViewDelegate, UIPickerViewDataSource>
14 {
15  ACAccountStore *_accountStore;
16  ACAccountType *_accountType;
17 }
18 
19 @property (nonatomic, strong) ACAccount *account;
20 
21 @end