Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
skia
/
c5aeccd8ba0ca51b03512ad5d473adeee82cb6f8
/
.
/
experimental
/
iOSSampleApp
/
Shared
/
SkiOSNotifier.h
blob: 755ed458effa618218e35fb50c09eb74fdf33743 [
file
] [
log
] [
blame
]
#import <Foundation/Foundation.h>
@interface
SkIOSNotifier
:
NSObject
-
(
void
)
receiveSkEvent
:(
NSNotification
*)
notification
;
+
(
void
)
postTimedSkEvent
:(
NSTimeInterval
)
ti
;
+
(
void
)
timerFireMethod
:(
NSTimer
*)
theTimer
;
@end