Sign in
nest-open-source
/
nest-mobile-client-iphone
/
4.4.1
/
CocoaLumberjack
/
refs/heads/master
/
.
/
Xcode
/
CaptureASL
/
CaptureASL
/
ViewController.h
blob: 383c8930c95ad876f16c51560b06f3270058e931 [
file
] [
log
] [
blame
] [
edit
]
//
// ViewController.h
// CaptureASL
//
// Created by Ernesto Rivera on 2014/03/20.
//
//
#import <UIKit/UIKit.h>
@interface
ViewController
:
UIViewController
-
(
IBAction
)
log
:(
id
)
sender
;
-
(
IBAction
)
asl_log
:(
UIButton
*)
sender
;
@end