At the moment, I have not found any implementation of UIRefreshControl (or equivalent) for Mountain Lion. However, there are implementations of equivalent controls for iOS 4 and iOS 5 (since these systems do not have a UIRefreshControl). Therefore, you can try to make a port of these OSX codes.
I found 2 projects on github:
https://github.com/ishkawa/ISRefreshControl
https://github.com/dbsGen/SlimeRefresh
source share