From 8b06c48ba29b681cd97ca543733467e2a6c6cd0a Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Thu, 24 Jul 2003 00:22:22 +0000 Subject: [PATCH] Just for cleanliness --- ITMTRemote.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ITMTRemote.m b/ITMTRemote.m index fb8e855..3c49e72 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -2,6 +2,11 @@ @implementation ITMTRemote ++ (void)initialize +{ +[self setVersion:2]; +} + + (id)remote { return nil; -- 2.20.1