/*
 *     Generated by class-dump 3.1.2.
 *
 *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
 */

struct CGPoint {
    float _field1;
    float _field2;
};

struct CGRect {
    struct CGPoint _field1;
    struct CGSize _field2;
};

struct CGSize {
    float _field1;
    float _field2;
};

struct __CFMachPort;

struct __CFRunLoopSource;

struct __CTServerConnection;

/*
 * File: Applications/FieldTest.app/FieldTest
 */

@interface Browser : UIView
{
    UINavigationBar *_navBar;
    UITransitionView *_transitionView;
    NSMutableArray *_tables;
    NSMutableArray *_selectedColumns;
    id _delegate;
    int _usingColumn;
    int _showingColumn;
    int _lastSelectedIndex;
    BOOL _goingBack;
}

- (id)initWithFrame:(struct CGRect)fp8;
- (void)dealloc;
- (void)setTitle:(id)fp8;
- (void)setDelegate:(id)fp8;
- (int)lastSelectedIndex;
- (void)reloadColumn:(int)fp8;
- (void)reloadDisplayedData;
- (int)selectedIndexAtColumn:(int)fp8;
- (void)showButtonsWithLeftTitle:(id)fp8 rightTitle:(id)fp12;
- (void)navigationBar:(id)fp8 poppedItem:(id)fp12;
- (int)numberOfRowsInTable:(id)fp8;
- (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
- (void)tableRowSelected:(id)fp8;
- (void)transitionViewDidComplete:(id)fp8;
- (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;

@end

@interface FieldTestView : UIView
{
    struct __CTServerConnection *_sc;
    struct __CFMachPort *_port;
    struct __CFRunLoopSource *_runloopSource;
    Browser *_browser;
    NSMutableArray *_networkInfoArray;
    NSMutableArray *_cellInfoArray;
    NSMutableArray *_gprsfoArray;
    NSMutableArray *_pdpinfoArray;
    NSMutableArray *_callinfoArray;
    NSMutableArray *_versionInfoArray;
}

- (id)initWithFrame:(struct CGRect)fp8;
- (void)dealloc;
- (int)browser:(id)fp8 numberOfRowsInColumn:(int)fp12;
- (id)browser:(id)fp8 cellAtColumn:(int)fp12 row:(int)fp16;
- (void)browser:(id)fp8 buttonClicked:(int)fp12;
- (void)updateNetworkInfo;
- (void)updateCellInfo;
- (void)updateGPRSInfo;
- (void)updatePDPInfo;
- (void)updateCallInfo;
- (void)updateVersionInfo;
- (void)handleTelephonyNotification:(id)fp8 userInfo:(id)fp12;

@end

@interface FieldData : NSObject
{
    NSString *title;
    NSString *value;
}

- (void)dealloc;

@end

@interface FieldTestApp : UIApplication
{
    UIWindow *_window;
}

- (void)applicationDidFinishLaunching:(id)fp8;
- (void)applicationWillTerminate;

@end


