another.im-ios/Monal/Classes/AccountListController.h
2024-11-18 15:53:52 +01:00

21 lines
443 B
Objective-C

//
// AccountListController.h
// Monal
//
// Created by Anurodh Pokharel on 6/14/13.
//
//
#import <UIKit/UIKit.h>
#import <Monal-Swift.h>
#import "MLSwitchCell.h"
@interface AccountListController : UITableViewController
-(NSUInteger) getAccountNum;
-(NSNumber*) getAccountIDByIndex:(NSUInteger) index;
-(void) setupAccountsView;
-(void) refreshAccountList;
-(void) initContactCell:(MLSwitchCell*) cell forAccNo:(NSUInteger) accNo;
@end